Html Css Color HEX #DBC871 Chenin

📋 copy color: '#DBC871'

red 219 ◦ green 200 ◦ blue 113

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

Shades of Chenin #DBC871

Tints of Chenin #DBC871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.24%

R = 41.17%
G = 37.59%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBC871 (or 0xDBC871) is known color: Chenin. HEX triplet: DB, C8 and 71. RGB value is (219,200,113). Sum of RGB (Red+Green+Blue) = 219+200+113=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC871 is #24378E. Grayscale: #C4C4C4. Windows color (decimal): -2373519 or 7456987. OLE color: 7456987.

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

Color convert

RGB 219 200 113 -
CMYK 0 0.09 0.48 0.14
HSL 49.25º 0.6% 0.65% -
HSV(B) 49.25º 0.48% 0.86% -
XYZ 52.85 57.56 23.95 -
YUV 195.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 219 200 113 0 0.09 0.48 0.14 49.25 0.6 0.65
Hex DB C8 71 0 9 30 E 31 3C 41
Octal 333 310 161 0 11 60 16 61 74 101
Binary 11011011 11001000 1110001 0 1001 110000 1110 110001 111100 1000001

Color Harmonies of #DBC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC871

Black with #DBC871

Text Example


Text Example

White with #DBC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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