Html Css Color HEX #DBC373 Chenin

📋 copy color: '#DBC373'

red 219 ◦ green 195 ◦ blue 115

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

Shades of Chenin #DBC373

Tints of Chenin #DBC373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 41.4%
G = 36.86%
B = 21.74%

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

#DBC373 (or 0xDBC373) is known color: Chenin. HEX triplet: DB, C3 and 73. RGB value is (219,195,115). Sum of RGB (Red+Green+Blue) = 219+195+115=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC373 is #243C8C. Grayscale: #C1C1C1. Windows color (decimal): -2374797 or 7586779. OLE color: 7586779.

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

Color convert

RGB 219 195 115 -
CMYK 0 0.11 0.47 0.14
HSL 46.15º 0.59% 0.65% -
HSV(B) 46.15º 0.47% 0.86% -
XYZ 51.82 55.33 24.17 -
YUV 193.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 219 195 115 0 0.11 0.47 0.14 46.15 0.59 0.65
Hex DB C3 73 0 B 2F E 2E 3B 41
Octal 333 303 163 0 13 57 16 56 73 101
Binary 11011011 11000011 1110011 0 1011 101111 1110 101110 111011 1000001

Color Harmonies of #DBC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC373

Black with #DBC373

Text Example


Text Example

White with #DBC373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC373; }

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

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

background-color css

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

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

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

border-color css

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

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

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