#D66F61

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

Shades of Japonica #D66F61

Tints of Japonica #D66F61

Color information

#D66F61 (or 0xD66F61) is unknown color: approx Japonica. HEX triplet: D6, 6F and 61. RGB value is (214,111,97). Sum of RGB (Red+Green+Blue) = 214+111+97=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F61 is #29909E. Grayscale: #8C8C8C. Windows color (decimal): -2723999 or 6385622. OLE color: 6385622.

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

Color convert

RGB21411197-
CMYK00.480.550.16
HSL7.18º58.79%60.98%-
HSV(B)7.18º54.67%83.92%-
XYZ35.5726.5314.55-
YUV140.2103.62180.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=50.71%
G=26.30%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141119700.480.550.167.1858.7960.98
HexD66F61030371073b3d
Octal326157141060672077375
Binary1101011011011111100001011000011011110000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F61; }

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

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

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

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

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

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

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

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