Html Css Color HEX #DBC876 Chenin

📋 copy color: '#DBC876'

red 219 ◦ green 200 ◦ blue 118

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

Shades of Chenin #DBC876

Tints of Chenin #DBC876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

 BLUE value IS 118 (46.48% from 255) = 21.97%

R = 40.78%
G = 37.24%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBC876 (or 0xDBC876) is known color: Chenin. HEX triplet: DB, C8 and 76. RGB value is (219,200,118). Sum of RGB (Red+Green+Blue) = 219+200+118=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC876 is #243789. Grayscale: #C4C4C4. Windows color (decimal): -2373514 or 7784667. OLE color: 7784667.

HSL color Cylindrical-coordinate representation of color #DBC876: hue angle of 48.71º 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 #DBC876 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 118 -
CMYK 0 0.09 0.46 0.14
HSL 48.71º 0.58% 0.66% -
HSV(B) 48.71º 0.46% 0.86% -
XYZ 53.14 57.68 25.47 -
YUV 196.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 219 200 118 0 0.09 0.46 0.14 48.71 0.58 0.66
Hex DB C8 76 0 9 2E E 31 3A 42
Octal 333 310 166 0 11 56 16 61 72 102
Binary 11011011 11001000 1110110 0 1001 101110 1110 110001 111010 1000010

Color Harmonies of #DBC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC876

Black with #DBC876

Text Example


Text Example

White with #DBC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC876; }

 p { color: rgb(219,200,118); }

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

background-color css

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

 a { background-color: rgb(219,200,118); }

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

border-color css

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

 span { border-color: rgb(219,200,118); }

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