Html Css Color HEX #D06D6D Contessa

📋 copy color: '#D06D6D'

red 208 ◦ green 109 ◦ blue 109

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

Shades of Contessa #D06D6D

Tints of Contessa #D06D6D

RGB

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

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

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

R = 48.83%
G = 25.59%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D06D6D (or 0xD06D6D) is known color: Contessa. HEX triplet: D0, 6D and 6D. RGB value is (208,109,109). Sum of RGB (Red+Green+Blue) = 208+109+109=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D6D is #2F9292. Grayscale: #8A8A8A. Windows color (decimal): -3117715 or 7171536. OLE color: 7171536.

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

Color convert

RGB 208 109 109 -
CMYK 0 0.48 0.48 0.18
HSL 0.51% 0.62% -
HSV(B) 0.48% 0.82% -
XYZ 34.24 25.45 17.58 -
YUV 138.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 208 109 109 0 0.48 0.48 0.18 0 0.51 0.62
Hex D0 6D 6D 0 30 30 12 0 33 3E
Octal 320 155 155 0 60 60 22 0 63 76
Binary 11010000 1101101 1101101 0 110000 110000 10010 0 110011 111110

Color Harmonies of #D06D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D6D

Black with #D06D6D

Text Example


Text Example

White with #D06D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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