Html Css Color HEX #DBC272 Chenin

📋 copy color: '#DBC272'

red 219 ◦ green 194 ◦ blue 114

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

Shades of Chenin #DBC272

Tints of Chenin #DBC272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.63%

R = 41.56%
G = 36.81%
B = 21.63%

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

#DBC272 (or 0xDBC272) is known color: Chenin. HEX triplet: DB, C2 and 72. RGB value is (219,194,114). Sum of RGB (Red+Green+Blue) = 219+194+114=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC272 is #243D8D. Grayscale: #C0C0C0. Windows color (decimal): -2375054 or 7520987. OLE color: 7520987.

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

Color convert

RGB 219 194 114 -
CMYK 0 0.11 0.48 0.14
HSL 45.71º 0.59% 0.65% -
HSV(B) 45.71º 0.48% 0.86% -
XYZ 51.54 54.86 23.79 -
YUV 192.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 219 194 114 0 0.11 0.48 0.14 45.71 0.59 0.65
Hex DB C2 72 0 B 30 E 2E 3B 41
Octal 333 302 162 0 13 60 16 56 73 101
Binary 11011011 11000010 1110010 0 1011 110000 1110 101110 111011 1000001

Color Harmonies of #DBC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC272

Black with #DBC272

Text Example


Text Example

White with #DBC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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