#D66D5C

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

Shades of Japonica #D66D5C

Tints of Japonica #D66D5C

Color information

#D66D5C (or 0xD66D5C) is unknown color: approx Japonica. HEX triplet: D6, 6D and 5C. RGB value is (214,109,92). Sum of RGB (Red+Green+Blue) = 214+109+92=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D5C is #2992A3. Grayscale: #8A8A8A. Windows color (decimal): -2724516 or 6057430. OLE color: 6057430.

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

Color convert

RGB21410992-
CMYK00.490.570.16
HSL8.36º59.8%60%-
HSV(B)8.36º57.01%83.92%-
XYZ35.1326.0113.29-
YUV138.46101.79181.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=51.57%
G=26.27%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141099200.490.570.168.3659.860
HexD66D5C031391083c3c
Octal3261551340617120107474
Binary11010110110110110111000110001111001100001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D5C; }

 p { color: rgb(214,109,92); }

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

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

 a { background-color: rgb(214,109,92); }

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

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

 span { border-color: rgb(214,109,92); }

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