Html Css Color HEX #DCB673 Chenin

📋 copy color: '#DCB673'

red 220 ◦ green 182 ◦ blue 115

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

Shades of Chenin #DCB673

Tints of Chenin #DCB673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

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

R = 42.55%
G = 35.2%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCB673 (or 0xDCB673) is known color: Chenin. HEX triplet: DC, B6 and 73. RGB value is (220,182,115). Sum of RGB (Red+Green+Blue) = 220+182+115=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB673 is #23498C. Grayscale: #BABABA. Windows color (decimal): -2312589 or 7583452. OLE color: 7583452.

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

Color convert

RGB 220 182 115 -
CMYK 0 0.17 0.48 0.14
HSL 38.29º 0.6% 0.66% -
HSV(B) 38.29º 0.48% 0.86% -
XYZ 49.34 49.91 23.25 -
YUV 185.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 220 182 115 0 0.17 0.48 0.14 38.29 0.6 0.66
Hex DC B6 73 0 11 30 E 26 3C 42
Octal 334 266 163 0 21 60 16 46 74 102
Binary 11011100 10110110 1110011 0 10001 110000 1110 100110 111100 1000010

Color Harmonies of #DCB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB673

Black with #DCB673

Text Example


Text Example

White with #DCB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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