Html Css Color HEX #D66E55 Japonica

📋 copy color: '#D66E55'

red 214 ◦ green 110 ◦ blue 85

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

Shades of Japonica #D66E55

Tints of Japonica #D66E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 52.32%
G = 26.89%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D66E55 (or 0xD66E55) is known color: Japonica. HEX triplet: D6, 6E and 55. RGB value is (214,110,85). Sum of RGB (Red+Green+Blue) = 214+110+85=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E55 is #2991AA. Grayscale: #8A8A8A. Windows color (decimal): -2724267 or 5598934. OLE color: 5598934.

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

Color convert

RGB 214 110 85 -
CMYK 0 0.49 0.60 0.16
HSL 11.63º 0.61% 0.59% -
HSV(B) 11.63º 0.6% 0.84% -
XYZ 34.95 26.1 11.79 -
YUV 138.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 214 110 85 0 0.49 0.60 0.16 11.63 0.61 0.59
Hex D6 6E 55 0 31 3C 10 C 3D 3B
Octal 326 156 125 0 61 74 20 14 75 73
Binary 11010110 1101110 1010101 0 110001 111100 10000 1100 111101 111011

Color Harmonies of #D66E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E55

Black with #D66E55

Text Example


Text Example

White with #D66E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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