Html Css Color HEX #D06D62 Japonica

📋 copy color: '#D06D62'

red 208 ◦ green 109 ◦ blue 98

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

Shades of Japonica #D06D62

Tints of Japonica #D06D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 50.12%
G = 26.27%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D06D62 (or 0xD06D62) is known color: Japonica. HEX triplet: D0, 6D and 62. RGB value is (208,109,98). Sum of RGB (Red+Green+Blue) = 208+109+98=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D62 is #2F929D. Grayscale: #898989. Windows color (decimal): -3117726 or 6450640. OLE color: 6450640.

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

Color convert

RGB 208 109 98 -
CMYK 0 0.48 0.53 0.18
HSL 0.54% 0.6% -
HSV(B) 0.53% 0.82% -
XYZ 33.69 25.23 14.65 -
YUV 137.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 208 109 98 0 0.48 0.53 0.18 6 0.54 0.6
Hex D0 6D 62 0 30 35 12 6 36 3C
Octal 320 155 142 0 60 65 22 6 66 74
Binary 11010000 1101101 1100010 0 110000 110101 10010 110 110110 111100

Color Harmonies of #D06D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D62

Black with #D06D62

Text Example


Text Example

White with #D06D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D62; }

 p { color: rgb(208,109,98); }

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

background-color css

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

 a { background-color: rgb(208,109,98); }

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

border-color css

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

 span { border-color: rgb(208,109,98); }

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