Html Css Color HEX #D06D55 Japonica

📋 copy color: '#D06D55'

red 208 ◦ green 109 ◦ blue 85

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

Shades of Japonica #D06D55

Tints of Japonica #D06D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

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

R = 51.74%
G = 27.11%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D06D55 (or 0xD06D55) is known color: Japonica. HEX triplet: D0, 6D and 55. RGB value is (208,109,85). Sum of RGB (Red+Green+Blue) = 208+109+85=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D55 is #2F92AA. Grayscale: #888888. Windows color (decimal): -3117739 or 5598672. OLE color: 5598672.

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

Color convert

RGB 208 109 85 -
CMYK 0 0.48 0.59 0.18
HSL 11.71º 0.57% 0.57% -
HSV(B) 11.71º 0.59% 0.82% -
XYZ 33.12 25 11.67 -
YUV 135.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 208 109 85 0 0.48 0.59 0.18 11.71 0.57 0.57
Hex D0 6D 55 0 30 3B 12 C 39 39
Octal 320 155 125 0 60 73 22 14 71 71
Binary 11010000 1101101 1010101 0 110000 111011 10010 1100 111001 111001

Color Harmonies of #D06D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D55

Black with #D06D55

Text Example


Text Example

White with #D06D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D55; }

 p { color: rgb(208,109,85); }

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

background-color css

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

 a { background-color: rgb(208,109,85); }

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

border-color css

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

 span { border-color: rgb(208,109,85); }

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