Html Css Color HEX #DCBA70 Chenin

📋 copy color: '#DCBA70'

red 220 ◦ green 186 ◦ blue 112

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

Shades of Chenin #DCBA70

Tints of Chenin #DCBA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.62%

R = 42.47%
G = 35.91%
B = 21.62%

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

#DCBA70 (or 0xDCBA70) is known color: Chenin. HEX triplet: DC, BA and 70. RGB value is (220,186,112). Sum of RGB (Red+Green+Blue) = 220+186+112=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA70 is #23458F. Grayscale: #BCBCBC. Windows color (decimal): -2311568 or 7387868. OLE color: 7387868.

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

Color convert

RGB 220 186 112 -
CMYK 0 0.15 0.49 0.14
HSL 41.11º 0.61% 0.65% -
HSV(B) 41.11º 0.49% 0.86% -
XYZ 50 51.5 22.64 -
YUV 187.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 220 186 112 0 0.15 0.49 0.14 41.11 0.61 0.65
Hex DC BA 70 0 F 31 E 29 3D 41
Octal 334 272 160 0 17 61 16 51 75 101
Binary 11011100 10111010 1110000 0 1111 110001 1110 101001 111101 1000001

Color Harmonies of #DCBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA70

Black with #DCBA70

Text Example


Text Example

White with #DCBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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