Html Css Color HEX #D06E5E Japonica

📋 copy color: '#D06E5E'

red 208 ◦ green 110 ◦ blue 94

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

Shades of Japonica #D06E5E

Tints of Japonica #D06E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 50.49%
G = 26.7%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D06E5E (or 0xD06E5E) is known color: Japonica. HEX triplet: D0, 6E and 5E. RGB value is (208,110,94). Sum of RGB (Red+Green+Blue) = 208+110+94=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E5E is #2F91A1. Grayscale: #898989. Windows color (decimal): -3117474 or 6188752. OLE color: 6188752.

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

Color convert

RGB 208 110 94 -
CMYK 0 0.47 0.55 0.18
HSL 8.42º 0.55% 0.59% -
HSV(B) 8.42º 0.55% 0.82% -
XYZ 33.61 25.37 13.72 -
YUV 137.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 208 110 94 0 0.47 0.55 0.18 8.42 0.55 0.59
Hex D0 6E 5E 0 2F 37 12 8 37 3B
Octal 320 156 136 0 57 67 22 10 67 73
Binary 11010000 1101110 1011110 0 101111 110111 10010 1000 110111 111011

Color Harmonies of #D06E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E5E

Black with #D06E5E

Text Example


Text Example

White with #D06E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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