Html Css Color HEX #DBC077 Chenin

📋 copy color: '#DBC077'

red 219 ◦ green 192 ◦ blue 119

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

Shades of Chenin #DBC077

Tints of Chenin #DBC077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

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

R = 41.32%
G = 36.23%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBC077 (or 0xDBC077) is known color: Chenin. HEX triplet: DB, C0 and 77. RGB value is (219,192,119). Sum of RGB (Red+Green+Blue) = 219+192+119=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC077 is #243F88. Grayscale: #C0C0C0. Windows color (decimal): -2375561 or 7848155. OLE color: 7848155.

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

Color convert

RGB 219 192 119 -
CMYK 0 0.12 0.46 0.14
HSL 43.8º 0.58% 0.66% -
HSV(B) 43.8º 0.46% 0.86% -
XYZ 51.39 54.09 25.18 -
YUV 191.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 219 192 119 0 0.12 0.46 0.14 43.8 0.58 0.66
Hex DB C0 77 0 C 2E E 2C 3A 42
Octal 333 300 167 0 14 56 16 54 72 102
Binary 11011011 11000000 1110111 0 1100 101110 1110 101100 111010 1000010

Color Harmonies of #DBC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC077

Black with #DBC077

Text Example


Text Example

White with #DBC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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