Html Css Color HEX #D0756D Contessa

📋 copy color: '#D0756D'

red 208 ◦ green 117 ◦ blue 109

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

Shades of Contessa #D0756D

Tints of Contessa #D0756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 47.93%
G = 26.96%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0756D (or 0xD0756D) is known color: Contessa. HEX triplet: D0, 75 and 6D. RGB value is (208,117,109). Sum of RGB (Red+Green+Blue) = 208+117+109=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0756D is #2F8A92. Grayscale: #8F8F8F. Windows color (decimal): -3115667 or 7173584. OLE color: 7173584.

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

Color convert

RGB 208 117 109 -
CMYK 0 0.44 0.48 0.18
HSL 4.85º 0.51% 0.62% -
HSV(B) 4.85º 0.48% 0.82% -
XYZ 35.13 27.24 17.87 -
YUV 143.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 208 117 109 0 0.44 0.48 0.18 4.85 0.51 0.62
Hex D0 75 6D 0 2C 30 12 5 33 3E
Octal 320 165 155 0 54 60 22 5 63 76
Binary 11010000 1110101 1101101 0 101100 110000 10010 101 110011 111110

Color Harmonies of #D0756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0756D

Black with #D0756D

Text Example


Text Example

White with #D0756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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