Html Css Color HEX #D66E60 Japonica

📋 copy color: '#D66E60'

red 214 ◦ green 110 ◦ blue 96

#D66E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #D66E60

Tints of Japonica #D66E60

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 110 (43.36% from 255) = 26.19%

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 50.95%
G = 26.19%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66E60 (or 0xD66E60) is known color: Japonica. HEX triplet: D6, 6E and 60. RGB value is (214,110,96). Sum of RGB (Red+Green+Blue) = 214+110+96=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E60 is #29919F. Grayscale: #8B8B8B. Windows color (decimal): -2724256 or 6319830. OLE color: 6319830.

HSL color Cylindrical-coordinate representation of color #D66E60: hue angle of 7.12º 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 #D66E60 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 96 -
CMYK 0 0.49 0.55 0.16
HSL 7.12º 0.59% 0.61% -
HSV(B) 7.12º 0.55% 0.84% -
XYZ 35.42 26.29 14.27 -
YUV 139.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 214 110 96 0 0.49 0.55 0.16 7.12 0.59 0.61
Hex D6 6E 60 0 31 37 10 7 3B 3D
Octal 326 156 140 0 61 67 20 7 73 75
Binary 11010110 1101110 1100000 0 110001 110111 10000 111 111011 111101

Color Harmonies of #D66E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E60

Black with #D66E60

Text Example


Text Example

White with #D66E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E60; }

 p { color: rgb(214,110,96); }

 H1.HeaderClassName
 {
   color: #D66E60;
 }
 .AnyTagClassName
 {
   color: #D66E60;
 }
</style>

background-color css

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

 a { background-color: rgb(214,110,96); }

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

border-color css

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

 span { border-color: rgb(214,110,96); }

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