Html Css Color HEX #DCBA72 Chenin

📋 copy color: '#DCBA72'

red 220 ◦ green 186 ◦ blue 114

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

Shades of Chenin #DCBA72

Tints of Chenin #DCBA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 42.31%
G = 35.77%
B = 21.92%

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

#DCBA72 (or 0xDCBA72) is known color: Chenin. HEX triplet: DC, BA and 72. RGB value is (220,186,114). Sum of RGB (Red+Green+Blue) = 220+186+114=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA72 is #23458D. Grayscale: #BCBCBC. Windows color (decimal): -2311566 or 7518940. OLE color: 7518940.

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

Color convert

RGB 220 186 114 -
CMYK 0 0.15 0.48 0.14
HSL 40.75º 0.6% 0.65% -
HSV(B) 40.75º 0.48% 0.86% -
XYZ 50.11 51.55 23.23 -
YUV 187.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 220 186 114 0 0.15 0.48 0.14 40.75 0.6 0.65
Hex DC BA 72 0 F 30 E 29 3C 41
Octal 334 272 162 0 17 60 16 51 74 101
Binary 11011100 10111010 1110010 0 1111 110000 1110 101001 111100 1000001

Color Harmonies of #DCBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA72

Black with #DCBA72

Text Example


Text Example

White with #DCBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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