Html Css Color HEX #D0776F Contessa

📋 copy color: '#D0776F'

red 208 ◦ green 119 ◦ blue 111

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

Shades of Contessa #D0776F

Tints of Contessa #D0776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 47.49%
G = 27.17%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0776F (or 0xD0776F) is known color: Contessa. HEX triplet: D0, 77 and 6F. RGB value is (208,119,111). Sum of RGB (Red+Green+Blue) = 208+119+111=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0776F is #2F8890. Grayscale: #909090. Windows color (decimal): -3115153 or 7305168. OLE color: 7305168.

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

Color convert

RGB 208 119 111 -
CMYK 0 0.43 0.47 0.18
HSL 4.95º 0.51% 0.63% -
HSV(B) 4.95º 0.47% 0.82% -
XYZ 35.48 27.75 18.53 -
YUV 144.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 208 119 111 0 0.43 0.47 0.18 4.95 0.51 0.63
Hex D0 77 6F 0 2B 2F 12 5 33 3F
Octal 320 167 157 0 53 57 22 5 63 77
Binary 11010000 1110111 1101111 0 101011 101111 10010 101 110011 111111

Color Harmonies of #D0776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0776F

Black with #D0776F

Text Example


Text Example

White with #D0776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0776F; }

 p { color: rgb(208,119,111); }

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

background-color css

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

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

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

border-color css

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

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

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