Html Css Color HEX #DBC273 Chenin

📋 copy color: '#DBC273'

red 219 ◦ green 194 ◦ blue 115

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

Shades of Chenin #DBC273

Tints of Chenin #DBC273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.78%

R = 41.48%
G = 36.74%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC273 (or 0xDBC273) is known color: Chenin. HEX triplet: DB, C2 and 73. RGB value is (219,194,115). Sum of RGB (Red+Green+Blue) = 219+194+115=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC273 is #243D8C. Grayscale: #C0C0C0. Windows color (decimal): -2375053 or 7586523. OLE color: 7586523.

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

Color convert

RGB 219 194 115 -
CMYK 0 0.11 0.47 0.14
HSL 45.58º 0.59% 0.65% -
HSV(B) 45.58º 0.47% 0.86% -
XYZ 51.6 54.88 24.09 -
YUV 192.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 219 194 115 0 0.11 0.47 0.14 45.58 0.59 0.65
Hex DB C2 73 0 B 2F E 2E 3B 41
Octal 333 302 163 0 13 57 16 56 73 101
Binary 11011011 11000010 1110011 0 1011 101111 1110 101110 111011 1000001

Color Harmonies of #DBC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC273

Black with #DBC273

Text Example


Text Example

White with #DBC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC273; }

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

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

background-color css

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

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

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

border-color css

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

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

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