Html Css Color HEX #D06D64 Contessa

📋 copy color: '#D06D64'

red 208 ◦ green 109 ◦ blue 100

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

Shades of Contessa #D06D64

Tints of Contessa #D06D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 49.88%
G = 26.14%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06D64 (or 0xD06D64) is known color: Contessa. HEX triplet: D0, 6D and 64. RGB value is (208,109,100). Sum of RGB (Red+Green+Blue) = 208+109+100=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D64 is #2F929B. Grayscale: #898989. Windows color (decimal): -3117724 or 6581712. OLE color: 6581712.

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

Color convert

RGB 208 109 100 -
CMYK 0 0.48 0.52 0.18
HSL 0.53% 0.6% -
HSV(B) 0.52% 0.82% -
XYZ 33.78 25.27 15.15 -
YUV 137.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 208 109 100 0 0.48 0.52 0.18 5 0.53 0.6
Hex D0 6D 64 0 30 34 12 5 35 3C
Octal 320 155 144 0 60 64 22 5 65 74
Binary 11010000 1101101 1100100 0 110000 110100 10010 101 110101 111100

Color Harmonies of #D06D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D64

Black with #D06D64

Text Example


Text Example

White with #D06D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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