Html Css Color HEX #DCBA71 Chenin

📋 copy color: '#DCBA71'

red 220 ◦ green 186 ◦ blue 113

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

Shades of Chenin #DCBA71

Tints of Chenin #DCBA71

RGB

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

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

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

R = 42.39%
G = 35.84%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCBA71 (or 0xDCBA71) is known color: Chenin. HEX triplet: DC, BA and 71. RGB value is (220,186,113). Sum of RGB (Red+Green+Blue) = 220+186+113=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA71 is #23458E. Grayscale: #BCBCBC. Windows color (decimal): -2311567 or 7453404. OLE color: 7453404.

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

Color convert

RGB 220 186 113 -
CMYK 0 0.15 0.49 0.14
HSL 40.93º 0.6% 0.65% -
HSV(B) 40.93º 0.49% 0.86% -
XYZ 50.05 51.53 22.93 -
YUV 187.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 220 186 113 0 0.15 0.49 0.14 40.93 0.6 0.65
Hex DC BA 71 0 F 31 E 29 3C 41
Octal 334 272 161 0 17 61 16 51 74 101
Binary 11011100 10111010 1110001 0 1111 110001 1110 101001 111100 1000001

Color Harmonies of #DCBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA71

Black with #DCBA71

Text Example


Text Example

White with #DCBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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