Html Css Color HEX #DBC473 Chenin

📋 copy color: '#DBC473'

red 219 ◦ green 196 ◦ blue 115

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

Shades of Chenin #DBC473

Tints of Chenin #DBC473

RGB

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

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

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

R = 41.32%
G = 36.98%
B = 21.7%

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

#DBC473 (or 0xDBC473) is known color: Chenin. HEX triplet: DB, C4 and 73. RGB value is (219,196,115). Sum of RGB (Red+Green+Blue) = 219+196+115=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC473 is #243B8C. Grayscale: #C1C1C1. Windows color (decimal): -2374541 or 7587035. OLE color: 7587035.

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

Color convert

RGB 219 196 115 -
CMYK 0 0.11 0.47 0.14
HSL 46.73º 0.59% 0.65% -
HSV(B) 46.73º 0.47% 0.86% -
XYZ 52.05 55.78 24.24 -
YUV 193.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 219 196 115 0 0.11 0.47 0.14 46.73 0.59 0.65
Hex DB C4 73 0 B 2F E 2F 3B 41
Octal 333 304 163 0 13 57 16 57 73 101
Binary 11011011 11000100 1110011 0 1011 101111 1110 101111 111011 1000001

Color Harmonies of #DBC473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC473

Black with #DBC473

Text Example


Text Example

White with #DBC473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC473; }

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

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

background-color css

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

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

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

border-color css

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

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

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