Html Css Color HEX #DBC873 Chenin

📋 copy color: '#DBC873'

red 219 ◦ green 200 ◦ blue 115

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

Shades of Chenin #DBC873

Tints of Chenin #DBC873

RGB

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

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

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

R = 41.01%
G = 37.45%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC873 (or 0xDBC873) is known color: Chenin. HEX triplet: DB, C8 and 73. RGB value is (219,200,115). Sum of RGB (Red+Green+Blue) = 219+200+115=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC873 is #24378C. Grayscale: #C4C4C4. Windows color (decimal): -2373517 or 7588059. OLE color: 7588059.

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

Color convert

RGB 219 200 115 -
CMYK 0 0.09 0.47 0.14
HSL 49.04º 0.59% 0.65% -
HSV(B) 49.04º 0.47% 0.86% -
XYZ 52.96 57.61 24.55 -
YUV 195.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 219 200 115 0 0.09 0.47 0.14 49.04 0.59 0.65
Hex DB C8 73 0 9 2F E 31 3B 41
Octal 333 310 163 0 11 57 16 61 73 101
Binary 11011011 11001000 1110011 0 1001 101111 1110 110001 111011 1000001

Color Harmonies of #DBC873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC873

Black with #DBC873

Text Example


Text Example

White with #DBC873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC873; }

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

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

background-color css

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

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

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

border-color css

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

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

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