Html Css Color HEX #DBC964 Chenin

📋 copy color: '#DBC964'

red 219 ◦ green 201 ◦ blue 100

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

Shades of Chenin #DBC964

Tints of Chenin #DBC964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.23%

R = 42.12%
G = 38.65%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC964 (or 0xDBC964) is known color: Chenin. HEX triplet: DB, C9 and 64. RGB value is (219,201,100). Sum of RGB (Red+Green+Blue) = 219+201+100=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC964 is #24369B. Grayscale: #C3C3C3. Windows color (decimal): -2373276 or 6605275. OLE color: 6605275.

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

Color convert

RGB 219 201 100 -
CMYK 0 0.08 0.54 0.14
HSL 50.92º 0.62% 0.63% -
HSV(B) 50.92º 0.54% 0.86% -
XYZ 52.4 57.75 20.44 -
YUV 194.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 219 201 100 0 0.08 0.54 0.14 50.92 0.62 0.63
Hex DB C9 64 0 8 36 E 33 3E 3F
Octal 333 311 144 0 10 66 16 63 76 77
Binary 11011011 11001001 1100100 0 1000 110110 1110 110011 111110 111111

Color Harmonies of #DBC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC964

Black with #DBC964

Text Example


Text Example

White with #DBC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC964; }

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

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

background-color css

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

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

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

border-color css

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

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

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