Html Css Color HEX #DCC15B Tacha

📋 copy color: '#DCC15B'

red 220 ◦ green 193 ◦ blue 91

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

Shades of Tacha #DCC15B

Tints of Tacha #DCC15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 91 (35.94% from 255) = 18.06%

R = 43.65%
G = 38.29%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCC15B (or 0xDCC15B) is known color: Tacha. HEX triplet: DC, C1 and 5B. RGB value is (220,193,91). Sum of RGB (Red+Green+Blue) = 220+193+91=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC15B is #233EA4. Grayscale: #BDBDBD. Windows color (decimal): -2309797 or 6013404. OLE color: 6013404.

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

Color convert

RGB 220 193 91 -
CMYK 0 0.12 0.59 0.14
HSL 47.44º 0.65% 0.61% -
HSV(B) 47.44º 0.59% 0.86% -
XYZ 50.47 54.11 17.68 -
YUV 189.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 220 193 91 0 0.12 0.59 0.14 47.44 0.65 0.61
Hex DC C1 5B 0 C 3B E 2F 41 3D
Octal 334 301 133 0 14 73 16 57 101 75
Binary 11011100 11000001 1011011 0 1100 111011 1110 101111 1000001 111101

Color Harmonies of #DCC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC15B

Black with #DCC15B

Text Example


Text Example

White with #DCC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC15B; }

 p { color: rgb(220,193,91); }

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

background-color css

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

 a { background-color: rgb(220,193,91); }

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

border-color css

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

 span { border-color: rgb(220,193,91); }

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