#D66F55

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

Shades of Japonica #D66F55

Tints of Japonica #D66F55

Color information

#D66F55 (or 0xD66F55) is unknown color: approx Japonica. HEX triplet: D6, 6F and 55. RGB value is (214,111,85). Sum of RGB (Red+Green+Blue) = 214+111+85=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F55 is #2990AA. Grayscale: #8B8B8B. Windows color (decimal): -2724011 or 5599190. OLE color: 5599190.

HSL color Cylindrical-coordinate representation of color #D66F55: hue angle of 12.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66F55 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21411185-
CMYK00.480.600.16
HSL12.09º61.14%58.63%-
HSV(B)12.09º60.28%83.92%-
XYZ35.0626.3211.83-
YUV138.8397.62181.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=52.20%
G=27.07%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141118500.480.600.1612.0961.1458.63
HexD66F550303C10c3d3b
Octal3261571250607420147573
Binary11010110110111110101010110000111100100001100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F55; }

 p { color: rgb(214,111,85); }

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

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

 a { background-color: rgb(214,111,85); }

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

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

 span { border-color: rgb(214,111,85); }

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