Html Css Color HEX #DCC95B Tacha

📋 copy color: '#DCC95B'

red 220 ◦ green 201 ◦ blue 91

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

Shades of Tacha #DCC95B

Tints of Tacha #DCC95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

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

R = 42.97%
G = 39.26%
B = 17.77%

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

#DCC95B (or 0xDCC95B) is known color: Tacha. HEX triplet: DC, C9 and 5B. RGB value is (220,201,91). Sum of RGB (Red+Green+Blue) = 220+201+91=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC95B is #2336A4. Grayscale: #C2C2C2. Windows color (decimal): -2307749 or 6015452. OLE color: 6015452.

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

Color convert

RGB 220 201 91 -
CMYK 0 0.09 0.59 0.14
HSL 51.16º 0.65% 0.61% -
HSV(B) 51.16º 0.59% 0.86% -
XYZ 52.29 57.74 18.29 -
YUV 194.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 220 201 91 0 0.09 0.59 0.14 51.16 0.65 0.61
Hex DC C9 5B 0 9 3B E 33 41 3D
Octal 334 311 133 0 11 73 16 63 101 75
Binary 11011100 11001001 1011011 0 1001 111011 1110 110011 1000001 111101

Color Harmonies of #DCC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC95B

Black with #DCC95B

Text Example


Text Example

White with #DCC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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