Html Css Color HEX #DCBF63 Tacha

📋 copy color: '#DCBF63'

red 220 ◦ green 191 ◦ blue 99

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

Shades of Tacha #DCBF63

Tints of Tacha #DCBF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.41%

R = 43.14%
G = 37.45%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCBF63 (or 0xDCBF63) is known color: Tacha. HEX triplet: DC, BF and 63. RGB value is (220,191,99). Sum of RGB (Red+Green+Blue) = 220+191+99=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF63 is #23409C. Grayscale: #BDBDBD. Windows color (decimal): -2310301 or 6537180. OLE color: 6537180.

HSL color Cylindrical-coordinate representation of color #DCBF63: hue angle of 45.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBF63 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 99 -
CMYK 0 0.13 0.55 0.14
HSL 45.62º 0.63% 0.63% -
HSV(B) 45.62º 0.55% 0.86% -
XYZ 50.4 53.38 19.45 -
YUV 189.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 220 191 99 0 0.13 0.55 0.14 45.62 0.63 0.63
Hex DC BF 63 0 D 37 E 2E 3F 3F
Octal 334 277 143 0 15 67 16 56 77 77
Binary 11011100 10111111 1100011 0 1101 110111 1110 101110 111111 111111

Color Harmonies of #DCBF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF63

Black with #DCBF63

Text Example


Text Example

White with #DCBF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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