Html Css Color HEX #DBC573 Chenin

📋 copy color: '#DBC573'

red 219 ◦ green 197 ◦ blue 115

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

Shades of Chenin #DBC573

Tints of Chenin #DBC573

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

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

R = 41.24%
G = 37.1%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC573 (or 0xDBC573) is known color: Chenin. HEX triplet: DB, C5 and 73. RGB value is (219,197,115). Sum of RGB (Red+Green+Blue) = 219+197+115=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC573 is #243A8C. Grayscale: #C2C2C2. Windows color (decimal): -2374285 or 7587291. OLE color: 7587291.

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

Color convert

RGB 219 197 115 -
CMYK 0 0.10 0.47 0.14
HSL 47.31º 0.59% 0.65% -
HSV(B) 47.31º 0.47% 0.86% -
XYZ 52.27 56.23 24.32 -
YUV 194.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 219 197 115 0 0.10 0.47 0.14 47.31 0.59 0.65
Hex DB C5 73 0 A 2F E 2F 3B 41
Octal 333 305 163 0 12 57 16 57 73 101
Binary 11011011 11000101 1110011 0 1010 101111 1110 101111 111011 1000001

Color Harmonies of #DBC573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC573

Black with #DBC573

Text Example


Text Example

White with #DBC573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC573; }

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

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

background-color css

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

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

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

border-color css

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

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

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