Html Css Color HEX #D06E6D Contessa

📋 copy color: '#D06E6D'

red 208 ◦ green 110 ◦ blue 109

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

Shades of Contessa #D06E6D

Tints of Contessa #D06E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 48.71%
G = 25.76%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D06E6D (or 0xD06E6D) is known color: Contessa. HEX triplet: D0, 6E and 6D. RGB value is (208,110,109). Sum of RGB (Red+Green+Blue) = 208+110+109=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E6D is #2F9192. Grayscale: #8B8B8B. Windows color (decimal): -3117459 or 7171792. OLE color: 7171792.

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

Color convert

RGB 208 110 109 -
CMYK 0 0.47 0.48 0.18
HSL 0.61º 0.51% 0.62% -
HSV(B) 0.61º 0.48% 0.82% -
XYZ 34.35 25.67 17.61 -
YUV 139.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 208 110 109 0 0.47 0.48 0.18 0.61 0.51 0.62
Hex D0 6E 6D 0 2F 30 12 1 33 3E
Octal 320 156 155 0 57 60 22 1 63 76
Binary 11010000 1101110 1101101 0 101111 110000 10010 1 110011 111110

Color Harmonies of #D06E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E6D

Black with #D06E6D

Text Example


Text Example

White with #D06E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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