Html Css Color HEX #D0776B Contessa

📋 copy color: '#D0776B'

red 208 ◦ green 119 ◦ blue 107

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

Shades of Contessa #D0776B

Tints of Contessa #D0776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 47.93%
G = 27.42%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0776B (or 0xD0776B) is known color: Contessa. HEX triplet: D0, 77 and 6B. RGB value is (208,119,107). Sum of RGB (Red+Green+Blue) = 208+119+107=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0776B is #2F8894. Grayscale: #909090. Windows color (decimal): -3115157 or 7043024. OLE color: 7043024.

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

Color convert

RGB 208 119 107 -
CMYK 0 0.43 0.49 0.18
HSL 7.13º 0.52% 0.62% -
HSV(B) 7.13º 0.49% 0.82% -
XYZ 35.26 27.67 17.39 -
YUV 144.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 208 119 107 0 0.43 0.49 0.18 7.13 0.52 0.62
Hex D0 77 6B 0 2B 31 12 7 34 3E
Octal 320 167 153 0 53 61 22 7 64 76
Binary 11010000 1110111 1101011 0 101011 110001 10010 111 110100 111110

Color Harmonies of #D0776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0776B

Black with #D0776B

Text Example


Text Example

White with #D0776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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