Html Css Color HEX #DCBA73 Chenin

📋 copy color: '#DCBA73'

red 220 ◦ green 186 ◦ blue 115

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

Shades of Chenin #DCBA73

Tints of Chenin #DCBA73

RGB

 RED value IS 220 (86.33% from 255) = 42.23%

 GREEN value IS 186 (73.05% from 255) = 35.7%

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

R = 42.23%
G = 35.7%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCBA73 (or 0xDCBA73) is known color: Chenin. HEX triplet: DC, BA and 73. RGB value is (220,186,115). Sum of RGB (Red+Green+Blue) = 220+186+115=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA73 is #23458C. Grayscale: #BCBCBC. Windows color (decimal): -2311565 or 7584476. OLE color: 7584476.

HSL color Cylindrical-coordinate representation of color #DCBA73: hue angle of 40.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCBA73 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 115 -
CMYK 0 0.15 0.48 0.14
HSL 40.57º 0.6% 0.66% -
HSV(B) 40.57º 0.48% 0.86% -
XYZ 50.17 51.57 23.53 -
YUV 188.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 220 186 115 0 0.15 0.48 0.14 40.57 0.6 0.66
Hex DC BA 73 0 F 30 E 29 3C 42
Octal 334 272 163 0 17 60 16 51 74 102
Binary 11011100 10111010 1110011 0 1111 110000 1110 101001 111100 1000010

Color Harmonies of #DCBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA73

Black with #DCBA73

Text Example


Text Example

White with #DCBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA73; }

 p { color: rgb(220,186,115); }

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

background-color css

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

 a { background-color: rgb(220,186,115); }

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

border-color css

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

 span { border-color: rgb(220,186,115); }

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