Html Css Color HEX #D5C261 Tacha

📋 copy color: '#D5C261'

red 213 ◦ green 194 ◦ blue 97

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

Shades of Tacha #D5C261

Tints of Tacha #D5C261

RGB

 RED value IS 213 (83.59% from 255) = 42.26%

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 42.26%
G = 38.49%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5C261 (or 0xD5C261) is known color: Tacha. HEX triplet: D5, C2 and 61. RGB value is (213,194,97). Sum of RGB (Red+Green+Blue) = 213+194+97=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C261 is #2A3D9E. Grayscale: #BDBDBD. Windows color (decimal): -2768287 or 6406869. OLE color: 6406869.

HSL color Cylindrical-coordinate representation of color #D5C261: hue angle of 50.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5C261 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 194 97 -
CMYK 0 0.09 0.54 0.16
HSL 50.17º 0.58% 0.61% -
HSV(B) 50.17º 0.54% 0.84% -
XYZ 48.89 53.59 19.08 -
YUV 188.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 213 194 97 0 0.09 0.54 0.16 50.17 0.58 0.61
Hex D5 C2 61 0 9 36 10 32 3A 3D
Octal 325 302 141 0 11 66 20 62 72 75
Binary 11010101 11000010 1100001 0 1001 110110 10000 110010 111010 111101

Color Harmonies of #D5C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C261

Black with #D5C261

Text Example


Text Example

White with #D5C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C261; }

 p { color: rgb(213,194,97); }

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

background-color css

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

 a { background-color: rgb(213,194,97); }

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

border-color css

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

 span { border-color: rgb(213,194,97); }

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