Html Css Color HEX #DBC078 Chenin

📋 copy color: '#DBC078'

red 219 ◦ green 192 ◦ blue 120

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

Shades of Chenin #DBC078

Tints of Chenin #DBC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.6%

R = 41.24%
G = 36.16%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBC078 (or 0xDBC078) is known color: Chenin. HEX triplet: DB, C0 and 78. RGB value is (219,192,120). Sum of RGB (Red+Green+Blue) = 219+192+120=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC078 is #243F87. Grayscale: #C0C0C0. Windows color (decimal): -2375560 or 7913691. OLE color: 7913691.

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

Color convert

RGB 219 192 120 -
CMYK 0 0.12 0.45 0.14
HSL 43.64º 0.58% 0.66% -
HSV(B) 43.64º 0.45% 0.86% -
XYZ 51.45 54.12 25.5 -
YUV 191.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 219 192 120 0 0.12 0.45 0.14 43.64 0.58 0.66
Hex DB C0 78 0 C 2D E 2C 3A 42
Octal 333 300 170 0 14 55 16 54 72 102
Binary 11011011 11000000 1111000 0 1100 101101 1110 101100 111010 1000010

Color Harmonies of #DBC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC078

Black with #DBC078

Text Example


Text Example

White with #DBC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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