Html Css Color HEX #DBC864 Chenin

📋 copy color: '#DBC864'

red 219 ◦ green 200 ◦ blue 100

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

Shades of Chenin #DBC864

Tints of Chenin #DBC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

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

R = 42.2%
G = 38.54%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC864 (or 0xDBC864) is known color: Chenin. HEX triplet: DB, C8 and 64. RGB value is (219,200,100). Sum of RGB (Red+Green+Blue) = 219+200+100=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC864 is #24379B. Grayscale: #C2C2C2. Windows color (decimal): -2373532 or 6605019. OLE color: 6605019.

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

Color convert

RGB 219 200 100 -
CMYK 0 0.09 0.54 0.14
HSL 50.42º 0.62% 0.63% -
HSV(B) 50.42º 0.54% 0.86% -
XYZ 52.17 57.29 20.36 -
YUV 194.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 219 200 100 0 0.09 0.54 0.14 50.42 0.62 0.63
Hex DB C8 64 0 9 36 E 32 3E 3F
Octal 333 310 144 0 11 66 16 62 76 77
Binary 11011011 11001000 1100100 0 1001 110110 1110 110010 111110 111111

Color Harmonies of #DBC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC864

Black with #DBC864

Text Example


Text Example

White with #DBC864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC864; }

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

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

background-color css

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

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

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

border-color css

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

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

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