Html Css Color HEX #DCB771 Chenin

📋 copy color: '#DCB771'

red 220 ◦ green 183 ◦ blue 113

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

Shades of Chenin #DCB771

Tints of Chenin #DCB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.47%

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

R = 42.64%
G = 35.47%
B = 21.9%

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

#DCB771 (or 0xDCB771) is known color: Chenin. HEX triplet: DC, B7 and 71. RGB value is (220,183,113). Sum of RGB (Red+Green+Blue) = 220+183+113=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB771 is #23488E. Grayscale: #BABABA. Windows color (decimal): -2312335 or 7452636. OLE color: 7452636.

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

Color convert

RGB 220 183 113 -
CMYK 0 0.17 0.49 0.14
HSL 39.25º 0.6% 0.65% -
HSV(B) 39.25º 0.49% 0.86% -
XYZ 49.43 50.27 22.72 -
YUV 186.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 220 183 113 0 0.17 0.49 0.14 39.25 0.6 0.65
Hex DC B7 71 0 11 31 E 27 3C 41
Octal 334 267 161 0 21 61 16 47 74 101
Binary 11011100 10110111 1110001 0 10001 110001 1110 100111 111100 1000001

Color Harmonies of #DCB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB771

Black with #DCB771

Text Example


Text Example

White with #DCB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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