Html Css Color HEX #DCBB61 Tacha

📋 copy color: '#DCBB61'

red 220 ◦ green 187 ◦ blue 97

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

Shades of Tacha #DCBB61

Tints of Tacha #DCBB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 43.65%
G = 37.1%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCBB61 (or 0xDCBB61) is known color: Tacha. HEX triplet: DC, BB and 61. RGB value is (220,187,97). Sum of RGB (Red+Green+Blue) = 220+187+97=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB61 is #23449E. Grayscale: #BABABA. Windows color (decimal): -2311327 or 6405084. OLE color: 6405084.

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

Color convert

RGB 220 187 97 -
CMYK 0 0.15 0.56 0.14
HSL 43.9º 0.64% 0.62% -
HSV(B) 43.9º 0.56% 0.86% -
XYZ 49.44 51.62 18.67 -
YUV 186.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 220 187 97 0 0.15 0.56 0.14 43.9 0.64 0.62
Hex DC BB 61 0 F 38 E 2C 40 3E
Octal 334 273 141 0 17 70 16 54 100 76
Binary 11011100 10111011 1100001 0 1111 111000 1110 101100 1000000 111110

Color Harmonies of #DCBB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB61

Black with #DCBB61

Text Example


Text Example

White with #DCBB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB61; }

 p { color: rgb(220,187,97); }

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

background-color css

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

 a { background-color: rgb(220,187,97); }

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

border-color css

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

 span { border-color: rgb(220,187,97); }

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