Html Css Color HEX #DCBF61 Tacha

📋 copy color: '#DCBF61'

red 220 ◦ green 191 ◦ blue 97

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

Shades of Tacha #DCBF61

Tints of Tacha #DCBF61

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

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

R = 43.31%
G = 37.6%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCBF61 (or 0xDCBF61) is known color: Tacha. HEX triplet: DC, BF and 61. RGB value is (220,191,97). Sum of RGB (Red+Green+Blue) = 220+191+97=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF61 is #23409E. Grayscale: #BDBDBD. Windows color (decimal): -2310303 or 6406108. OLE color: 6406108.

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

Color convert

RGB 220 191 97 -
CMYK 0 0.13 0.56 0.14
HSL 45.85º 0.64% 0.62% -
HSV(B) 45.85º 0.56% 0.86% -
XYZ 50.3 53.34 18.95 -
YUV 188.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 220 191 97 0 0.13 0.56 0.14 45.85 0.64 0.62
Hex DC BF 61 0 D 38 E 2E 40 3E
Octal 334 277 141 0 15 70 16 56 100 76
Binary 11011100 10111111 1100001 0 1101 111000 1110 101110 1000000 111110

Color Harmonies of #DCBF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF61

Black with #DCBF61

Text Example


Text Example

White with #DCBF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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