Html Css Color HEX #DBC471 Chenin

📋 copy color: '#DBC471'

red 219 ◦ green 196 ◦ blue 113

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

Shades of Chenin #DBC471

Tints of Chenin #DBC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

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

R = 41.48%
G = 37.12%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBC471 (or 0xDBC471) is known color: Chenin. HEX triplet: DB, C4 and 71. RGB value is (219,196,113). Sum of RGB (Red+Green+Blue) = 219+196+113=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC471 is #243B8E. Grayscale: #C1C1C1. Windows color (decimal): -2374543 or 7455963. OLE color: 7455963.

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

Color convert

RGB 219 196 113 -
CMYK 0 0.11 0.48 0.14
HSL 46.98º 0.6% 0.65% -
HSV(B) 46.98º 0.48% 0.86% -
XYZ 51.93 55.73 23.64 -
YUV 193.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 219 196 113 0 0.11 0.48 0.14 46.98 0.6 0.65
Hex DB C4 71 0 B 30 E 2F 3C 41
Octal 333 304 161 0 13 60 16 57 74 101
Binary 11011011 11000100 1110001 0 1011 110000 1110 101111 111100 1000001

Color Harmonies of #DBC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC471

Black with #DBC471

Text Example


Text Example

White with #DBC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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