Html Css Color HEX #DBC963 Chenin

📋 copy color: '#DBC963'

red 219 ◦ green 201 ◦ blue 99

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

Shades of Chenin #DBC963

Tints of Chenin #DBC963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.08%

R = 42.2%
G = 38.73%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBC963 (or 0xDBC963) is known color: Chenin. HEX triplet: DB, C9 and 63. RGB value is (219,201,99). Sum of RGB (Red+Green+Blue) = 219+201+99=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC963 is #24369C. Grayscale: #C3C3C3. Windows color (decimal): -2373277 or 6539739. OLE color: 6539739.

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

Color convert

RGB 219 201 99 -
CMYK 0 0.08 0.55 0.14
HSL 51º 0.63% 0.62% -
HSV(B) 51º 0.55% 0.86% -
XYZ 52.35 57.73 20.19 -
YUV 194.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 219 201 99 0 0.08 0.55 0.14 51 0.63 0.62
Hex DB C9 63 0 8 37 E 33 3E 3E
Octal 333 311 143 0 10 67 16 63 76 76
Binary 11011011 11001001 1100011 0 1000 110111 1110 110011 111110 111110

Color Harmonies of #DBC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC963

Black with #DBC963

Text Example


Text Example

White with #DBC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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