Html Css Color HEX #DBC576 Chenin

📋 copy color: '#DBC576'

red 219 ◦ green 197 ◦ blue 118

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

Shades of Chenin #DBC576

Tints of Chenin #DBC576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

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

R = 41.01%
G = 36.89%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBC576 (or 0xDBC576) is known color: Chenin. HEX triplet: DB, C5 and 76. RGB value is (219,197,118). Sum of RGB (Red+Green+Blue) = 219+197+118=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC576 is #243A89. Grayscale: #C2C2C2. Windows color (decimal): -2374282 or 7783899. OLE color: 7783899.

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

Color convert

RGB 219 197 118 -
CMYK 0 0.10 0.46 0.14
HSL 46.93º 0.58% 0.66% -
HSV(B) 46.93º 0.46% 0.86% -
XYZ 52.45 56.3 25.24 -
YUV 194.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 219 197 118 0 0.10 0.46 0.14 46.93 0.58 0.66
Hex DB C5 76 0 A 2E E 2F 3A 42
Octal 333 305 166 0 12 56 16 57 72 102
Binary 11011011 11000101 1110110 0 1010 101110 1110 101111 111010 1000010

Color Harmonies of #DBC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC576

Black with #DBC576

Text Example


Text Example

White with #DBC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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