Html Css Color HEX #DBC271 Chenin

📋 copy color: '#DBC271'

red 219 ◦ green 194 ◦ blue 113

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

Shades of Chenin #DBC271

Tints of Chenin #DBC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

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

R = 41.63%
G = 36.88%
B = 21.48%

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

#DBC271 (or 0xDBC271) is known color: Chenin. HEX triplet: DB, C2 and 71. RGB value is (219,194,113). Sum of RGB (Red+Green+Blue) = 219+194+113=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC271 is #243D8E. Grayscale: #C0C0C0. Windows color (decimal): -2375055 or 7455451. OLE color: 7455451.

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

Color convert

RGB 219 194 113 -
CMYK 0 0.11 0.48 0.14
HSL 45.85º 0.6% 0.65% -
HSV(B) 45.85º 0.48% 0.86% -
XYZ 51.49 54.84 23.49 -
YUV 192.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 219 194 113 0 0.11 0.48 0.14 45.85 0.6 0.65
Hex DB C2 71 0 B 30 E 2E 3C 41
Octal 333 302 161 0 13 60 16 56 74 101
Binary 11011011 11000010 1110001 0 1011 110000 1110 101110 111100 1000001

Color Harmonies of #DBC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC271

Black with #DBC271

Text Example


Text Example

White with #DBC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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