Html Css Color HEX #D0CC77 Deco

📋 copy color: '#D0CC77'

red 208 ◦ green 204 ◦ blue 119

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

Shades of Deco #D0CC77

Tints of Deco #D0CC77

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 119 (46.88% from 255) = 22.41%

R = 39.17%
G = 38.42%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0CC77 (or 0xD0CC77) is known color: Deco. HEX triplet: D0, CC and 77. RGB value is (208,204,119). Sum of RGB (Red+Green+Blue) = 208+204+119=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC77 is #2F3388. Grayscale: #C3C3C3. Windows color (decimal): -3093385 or 7851216. OLE color: 7851216.

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

Color convert

RGB 208 204 119 -
CMYK 0 0.02 0.43 0.18
HSL 57.3º 0.49% 0.64% -
HSV(B) 57.3º 0.43% 0.82% -
XYZ 50.94 57.93 25.95 -
YUV 195.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 208 204 119 0 0.02 0.43 0.18 57.3 0.49 0.64
Hex D0 CC 77 0 2 2B 12 39 31 40
Octal 320 314 167 0 2 53 22 71 61 100
Binary 11010000 11001100 1110111 0 10 101011 10010 111001 110001 1000000

Color Harmonies of #D0CC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC77

Black with #D0CC77

Text Example


Text Example

White with #D0CC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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