Html Css Color HEX #D06F58 Japonica

📋 copy color: '#D06F58'

red 208 ◦ green 111 ◦ blue 88

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

Shades of Japonica #D06F58

Tints of Japonica #D06F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 51.11%
G = 27.27%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D06F58 (or 0xD06F58) is known color: Japonica. HEX triplet: D0, 6F and 58. RGB value is (208,111,88). Sum of RGB (Red+Green+Blue) = 208+111+88=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F58 is #2F90A7. Grayscale: #898989. Windows color (decimal): -3117224 or 5795792. OLE color: 5795792.

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

Color convert

RGB 208 111 88 -
CMYK 0 0.47 0.58 0.18
HSL 11.5º 0.56% 0.58% -
HSV(B) 11.5º 0.58% 0.82% -
XYZ 33.46 25.48 12.39 -
YUV 137.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 208 111 88 0 0.47 0.58 0.18 11.5 0.56 0.58
Hex D0 6F 58 0 2F 3A 12 C 38 3A
Octal 320 157 130 0 57 72 22 14 70 72
Binary 11010000 1101111 1011000 0 101111 111010 10010 1100 111000 111010

Color Harmonies of #D06F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F58

Black with #D06F58

Text Example


Text Example

White with #D06F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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