Html Css Color HEX #DCC85B Tacha

📋 copy color: '#DCC85B'

red 220 ◦ green 200 ◦ blue 91

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

Shades of Tacha #DCC85B

Tints of Tacha #DCC85B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.14%

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

R = 43.05%
G = 39.14%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCC85B (or 0xDCC85B) is known color: Tacha. HEX triplet: DC, C8 and 5B. RGB value is (220,200,91). Sum of RGB (Red+Green+Blue) = 220+200+91=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC85B is #2337A4. Grayscale: #C2C2C2. Windows color (decimal): -2308005 or 6015196. OLE color: 6015196.

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

Color convert

RGB 220 200 91 -
CMYK 0 0.09 0.59 0.14
HSL 50.7º 0.65% 0.61% -
HSV(B) 50.7º 0.59% 0.86% -
XYZ 52.06 57.28 18.21 -
YUV 193.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 220 200 91 0 0.09 0.59 0.14 50.7 0.65 0.61
Hex DC C8 5B 0 9 3B E 33 41 3D
Octal 334 310 133 0 11 73 16 63 101 75
Binary 11011100 11001000 1011011 0 1001 111011 1110 110011 1000001 111101

Color Harmonies of #DCC85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC85B

Black with #DCC85B

Text Example


Text Example

White with #DCC85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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