Html Css Color HEX #D06C59 Japonica

📋 copy color: '#D06C59'

red 208 ◦ green 108 ◦ blue 89

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

Shades of Japonica #D06C59

Tints of Japonica #D06C59

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 51.36%
G = 26.67%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D06C59 (or 0xD06C59) is known color: Japonica. HEX triplet: D0, 6C and 59. RGB value is (208,108,89). Sum of RGB (Red+Green+Blue) = 208+108+89=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C59 is #2F93A6. Grayscale: #878787. Windows color (decimal): -3117991 or 5860560. OLE color: 5860560.

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

Color convert

RGB 208 108 89 -
CMYK 0 0.48 0.57 0.18
HSL 9.58º 0.56% 0.58% -
HSV(B) 9.58º 0.57% 0.82% -
XYZ 33.18 24.86 12.5 -
YUV 135.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 208 108 89 0 0.48 0.57 0.18 9.58 0.56 0.58
Hex D0 6C 59 0 30 39 12 A 38 3A
Octal 320 154 131 0 60 71 22 12 70 72
Binary 11010000 1101100 1011001 0 110000 111001 10010 1010 111000 111010

Color Harmonies of #D06C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C59

Black with #D06C59

Text Example


Text Example

White with #D06C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C59; }

 p { color: rgb(208,108,89); }

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

background-color css

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

 a { background-color: rgb(208,108,89); }

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

border-color css

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

 span { border-color: rgb(208,108,89); }

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