#D26F61

Color #D26F61 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D26F61

Tints of Japonica #D26F61

Color information

#D26F61 (or 0xD26F61) is unknown color: approx Japonica. HEX triplet: D2, 6F and 61. RGB value is (210,111,97). Sum of RGB (Red+Green+Blue) = 210+111+97=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F61 is #2D909E. Grayscale: #8B8B8B. Windows color (decimal): -2986143 or 6385618. OLE color: 6385618.

HSL color Cylindrical-coordinate representation of color #D26F61: hue angle of 7.43º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26F61 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21011197-
CMYK00.470.540.18
HSL7.43º55.67%60.2%-
HSV(B)7.43º53.81%82.35%-
XYZ34.4225.9314.5-
YUV139104.3178.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=50.24%
G=26.56%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101119700.470.540.187.4355.6760.2
HexD26F6102F36127383c
Octal322157141057662277074
Binary1101001011011111100001010111111011010010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F61; }

 p { color: rgb(210,111,97); }

 H1.HeaderClassName
 {
   color: #D26F61;
 }
 .AnyTagClassName
 {
   color: #D26F61;
 }
</style>
background-color css

<style>
 a { background-color: #D26F61; }

 a { background-color: rgb(210,111,97); }

 div.DivClassName
 {
   background-color: #D26F61;
 }
 .BgClassName
 {
   background-color: #D26F61;
 }
</style>
border-color css

<style>
 span { border-color: #D26F61; }

 span { border-color: rgb(210,111,97); }

 td.TdClassName
 {
   border-color: #D26F61;
 }
 .TagClassName
 {
   border-color: #D26F61;
 }
</style>