Html Css Color HEX #DBC973 Chenin

📋 copy color: '#DBC973'

red 219 ◦ green 201 ◦ blue 115

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

Shades of Chenin #DBC973

Tints of Chenin #DBC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.5%

R = 40.93%
G = 37.57%
B = 21.5%

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

#DBC973 (or 0xDBC973) is known color: Chenin. HEX triplet: DB, C9 and 73. RGB value is (219,201,115). Sum of RGB (Red+Green+Blue) = 219+201+115=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC973 is #24368C. Grayscale: #C4C4C4. Windows color (decimal): -2373261 or 7588315. OLE color: 7588315.

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

Color convert

RGB 219 201 115 -
CMYK 0 0.08 0.47 0.14
HSL 49.62º 0.59% 0.65% -
HSV(B) 49.62º 0.47% 0.86% -
XYZ 53.19 58.07 24.62 -
YUV 196.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 219 201 115 0 0.08 0.47 0.14 49.62 0.59 0.65
Hex DB C9 73 0 8 2F E 32 3B 41
Octal 333 311 163 0 10 57 16 62 73 101
Binary 11011011 11001001 1110011 0 1000 101111 1110 110010 111011 1000001

Color Harmonies of #DBC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC973

Black with #DBC973

Text Example


Text Example

White with #DBC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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