Html Css Color HEX #D06F56 Japonica

📋 copy color: '#D06F56'

red 208 ◦ green 111 ◦ blue 86

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

Shades of Japonica #D06F56

Tints of Japonica #D06F56

RGB

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

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

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

R = 51.36%
G = 27.41%
B = 21.23%

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

#D06F56 (or 0xD06F56) is known color: Japonica. HEX triplet: D0, 6F and 56. RGB value is (208,111,86). Sum of RGB (Red+Green+Blue) = 208+111+86=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F56 is #2F90A9. Grayscale: #898989. Windows color (decimal): -3117226 or 5664720. OLE color: 5664720.

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

Color convert

RGB 208 111 86 -
CMYK 0 0.47 0.59 0.18
HSL 12.3º 0.56% 0.58% -
HSV(B) 12.3º 0.59% 0.82% -
XYZ 33.38 25.45 11.96 -
YUV 137.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 208 111 86 0 0.47 0.59 0.18 12.3 0.56 0.58
Hex D0 6F 56 0 2F 3B 12 C 38 3A
Octal 320 157 126 0 57 73 22 14 70 72
Binary 11010000 1101111 1010110 0 101111 111011 10010 1100 111000 111010

Color Harmonies of #D06F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F56

Black with #D06F56

Text Example


Text Example

White with #D06F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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