Html Css Color HEX #D06F60 Japonica

📋 copy color: '#D06F60'

red 208 ◦ green 111 ◦ blue 96

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

Shades of Japonica #D06F60

Tints of Japonica #D06F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.13%

R = 50.12%
G = 26.75%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D06F60 (or 0xD06F60) is known color: Japonica. HEX triplet: D0, 6F and 60. RGB value is (208,111,96). Sum of RGB (Red+Green+Blue) = 208+111+96=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F60 is #2F909F. Grayscale: #8A8A8A. Windows color (decimal): -3117216 or 6320080. OLE color: 6320080.

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

Color convert

RGB 208 111 96 -
CMYK 0 0.47 0.54 0.18
HSL 8.04º 0.54% 0.6% -
HSV(B) 8.04º 0.54% 0.82% -
XYZ 33.81 25.62 14.23 -
YUV 138.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 208 111 96 0 0.47 0.54 0.18 8.04 0.54 0.6
Hex D0 6F 60 0 2F 36 12 8 36 3C
Octal 320 157 140 0 57 66 22 10 66 74
Binary 11010000 1101111 1100000 0 101111 110110 10010 1000 110110 111100

Color Harmonies of #D06F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F60

Black with #D06F60

Text Example


Text Example

White with #D06F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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