Html Css Color HEX #D06F59 Japonica

📋 copy color: '#D06F59'

red 208 ◦ green 111 ◦ blue 89

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

Shades of Japonica #D06F59

Tints of Japonica #D06F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

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

R = 50.98%
G = 27.21%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D06F59 (or 0xD06F59) is known color: Japonica. HEX triplet: D0, 6F and 59. RGB value is (208,111,89). Sum of RGB (Red+Green+Blue) = 208+111+89=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F59 is #2F90A6. Grayscale: #898989. Windows color (decimal): -3117223 or 5861328. OLE color: 5861328.

HSL color Cylindrical-coordinate representation of color #D06F59: hue angle of 11.09º 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 #D06F59 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 89 -
CMYK 0 0.47 0.57 0.18
HSL 11.09º 0.56% 0.58% -
HSV(B) 11.09º 0.57% 0.82% -
XYZ 33.5 25.5 12.61 -
YUV 137.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 208 111 89 0 0.47 0.57 0.18 11.09 0.56 0.58
Hex D0 6F 59 0 2F 39 12 B 38 3A
Octal 320 157 131 0 57 71 22 13 70 72
Binary 11010000 1101111 1011001 0 101111 111001 10010 1011 111000 111010

Color Harmonies of #D06F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F59

Black with #D06F59

Text Example


Text Example

White with #D06F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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