Html Css Color HEX #D06E56 Japonica

📋 copy color: '#D06E56'

red 208 ◦ green 110 ◦ blue 86

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

Shades of Japonica #D06E56

Tints of Japonica #D06E56

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

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

 BLUE value IS 86 (33.98% from 255) = 21.29%

R = 51.49%
G = 27.23%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D06E56 (or 0xD06E56) is known color: Japonica. HEX triplet: D0, 6E and 56. RGB value is (208,110,86). Sum of RGB (Red+Green+Blue) = 208+110+86=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E56 is #2F91A9. Grayscale: #888888. Windows color (decimal): -3117482 or 5664464. OLE color: 5664464.

HSL color Cylindrical-coordinate representation of color #D06E56: hue angle of 11.8º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06E56 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 86 -
CMYK 0 0.47 0.59 0.18
HSL 11.8º 0.56% 0.58% -
HSV(B) 11.8º 0.59% 0.82% -
XYZ 33.27 25.23 11.92 -
YUV 136.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 208 110 86 0 0.47 0.59 0.18 11.8 0.56 0.58
Hex D0 6E 56 0 2F 3B 12 C 38 3A
Octal 320 156 126 0 57 73 22 14 70 72
Binary 11010000 1101110 1010110 0 101111 111011 10010 1100 111000 111010

Color Harmonies of #D06E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E56

Black with #D06E56

Text Example


Text Example

White with #D06E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E56; }

 p { color: rgb(208,110,86); }

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

background-color css

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

 a { background-color: rgb(208,110,86); }

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

border-color css

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

 span { border-color: rgb(208,110,86); }

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