Html Css Color HEX #D06D61 Japonica

📋 copy color: '#D06D61'

red 208 ◦ green 109 ◦ blue 97

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

Shades of Japonica #D06D61

Tints of Japonica #D06D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 50.24%
G = 26.33%
B = 23.43%

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

#D06D61 (or 0xD06D61) is known color: Japonica. HEX triplet: D0, 6D and 61. RGB value is (208,109,97). Sum of RGB (Red+Green+Blue) = 208+109+97=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D61 is #2F929E. Grayscale: #898989. Windows color (decimal): -3117727 or 6385104. OLE color: 6385104.

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

Color convert

RGB 208 109 97 -
CMYK 0 0.48 0.53 0.18
HSL 6.49º 0.54% 0.6% -
HSV(B) 6.49º 0.53% 0.82% -
XYZ 33.64 25.21 14.4 -
YUV 137.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 208 109 97 0 0.48 0.53 0.18 6.49 0.54 0.6
Hex D0 6D 61 0 30 35 12 6 36 3C
Octal 320 155 141 0 60 65 22 6 66 74
Binary 11010000 1101101 1100001 0 110000 110101 10010 110 110110 111100

Color Harmonies of #D06D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D61

Black with #D06D61

Text Example


Text Example

White with #D06D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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