Html Css Color HEX #DBC977 Chenin

📋 copy color: '#DBC977'

red 219 ◦ green 201 ◦ blue 119

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

Shades of Chenin #DBC977

Tints of Chenin #DBC977

RGB

 RED value IS 219 (85.94% from 255) = 40.63%

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 40.63%
G = 37.29%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBC977 (or 0xDBC977) is known color: Chenin. HEX triplet: DB, C9 and 77. RGB value is (219,201,119). Sum of RGB (Red+Green+Blue) = 219+201+119=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC977 is #243688. Grayscale: #C5C5C5. Windows color (decimal): -2373257 or 7850459. OLE color: 7850459.

HSL color Cylindrical-coordinate representation of color #DBC977: hue angle of 49.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBC977 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 119 -
CMYK 0 0.08 0.46 0.14
HSL 49.2º 0.58% 0.66% -
HSV(B) 49.2º 0.46% 0.86% -
XYZ 53.43 58.17 25.86 -
YUV 197.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 219 201 119 0 0.08 0.46 0.14 49.2 0.58 0.66
Hex DB C9 77 0 8 2E E 31 3A 42
Octal 333 311 167 0 10 56 16 61 72 102
Binary 11011011 11001001 1110111 0 1000 101110 1110 110001 111010 1000010

Color Harmonies of #DBC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC977

Black with #DBC977

Text Example


Text Example

White with #DBC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC977; }

 p { color: rgb(219,201,119); }

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

background-color css

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

 a { background-color: rgb(219,201,119); }

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

border-color css

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

 span { border-color: rgb(219,201,119); }

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