Html Css Color HEX #DCB671 Chenin

📋 copy color: '#DCB671'

red 220 ◦ green 182 ◦ blue 113

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

Shades of Chenin #DCB671

Tints of Chenin #DCB671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.94%

R = 42.72%
G = 35.34%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCB671 (or 0xDCB671) is known color: Chenin. HEX triplet: DC, B6 and 71. RGB value is (220,182,113). Sum of RGB (Red+Green+Blue) = 220+182+113=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB671 is #23498E. Grayscale: #B9B9B9. Windows color (decimal): -2312591 or 7452380. OLE color: 7452380.

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

Color convert

RGB 220 182 113 -
CMYK 0 0.17 0.49 0.14
HSL 38.69º 0.6% 0.65% -
HSV(B) 38.69º 0.49% 0.86% -
XYZ 49.22 49.86 22.65 -
YUV 185.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 220 182 113 0 0.17 0.49 0.14 38.69 0.6 0.65
Hex DC B6 71 0 11 31 E 27 3C 41
Octal 334 266 161 0 21 61 16 47 74 101
Binary 11011100 10110110 1110001 0 10001 110001 1110 100111 111100 1000001

Color Harmonies of #DCB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB671

Black with #DCB671

Text Example


Text Example

White with #DCB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB671; }

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

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

background-color css

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

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

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

border-color css

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

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

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