Html Css Color HEX #DBC974 Chenin

📋 copy color: '#DBC974'

red 219 ◦ green 201 ◦ blue 116

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

Shades of Chenin #DBC974

Tints of Chenin #DBC974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 40.86%
G = 37.5%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC974 (or 0xDBC974) is known color: Chenin. HEX triplet: DB, C9 and 74. RGB value is (219,201,116). Sum of RGB (Red+Green+Blue) = 219+201+116=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC974 is #24368B. Grayscale: #C5C5C5. Windows color (decimal): -2373260 or 7653851. OLE color: 7653851.

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

Color convert

RGB 219 201 116 -
CMYK 0 0.08 0.47 0.14
HSL 49.51º 0.59% 0.66% -
HSV(B) 49.51º 0.47% 0.86% -
XYZ 53.25 58.09 24.93 -
YUV 196.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 219 201 116 0 0.08 0.47 0.14 49.51 0.59 0.66
Hex DB C9 74 0 8 2F E 32 3B 42
Octal 333 311 164 0 10 57 16 62 73 102
Binary 11011011 11001001 1110100 0 1000 101111 1110 110010 111011 1000010

Color Harmonies of #DBC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC974

Black with #DBC974

Text Example


Text Example

White with #DBC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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