Html Css Color HEX #DBC571 Chenin

📋 copy color: '#DBC571'

red 219 ◦ green 197 ◦ blue 113

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

Shades of Chenin #DBC571

Tints of Chenin #DBC571

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.24%

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

R = 41.4%
G = 37.24%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBC571 (or 0xDBC571) is known color: Chenin. HEX triplet: DB, C5 and 71. RGB value is (219,197,113). Sum of RGB (Red+Green+Blue) = 219+197+113=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC571 is #243A8E. Grayscale: #C2C2C2. Windows color (decimal): -2374287 or 7456219. OLE color: 7456219.

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

Color convert

RGB 219 197 113 -
CMYK 0 0.10 0.48 0.14
HSL 47.55º 0.6% 0.65% -
HSV(B) 47.55º 0.48% 0.86% -
XYZ 52.16 56.18 23.72 -
YUV 194 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 219 197 113 0 0.10 0.48 0.14 47.55 0.6 0.65
Hex DB C5 71 0 A 30 E 30 3C 41
Octal 333 305 161 0 12 60 16 60 74 101
Binary 11011011 11000101 1110001 0 1010 110000 1110 110000 111100 1000001

Color Harmonies of #DBC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC571

Black with #DBC571

Text Example


Text Example

White with #DBC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC571; }

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

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

background-color css

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

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

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

border-color css

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

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

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