Html Css Color HEX #D5C457 Tacha

📋 copy color: '#D5C457'

red 213 ◦ green 196 ◦ blue 87

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

Shades of Tacha #D5C457

Tints of Tacha #D5C457

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.52%

 BLUE value IS 87 (34.38% from 255) = 17.54%

R = 42.94%
G = 39.52%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5C457 (or 0xD5C457) is known color: Tacha. HEX triplet: D5, C4 and 57. RGB value is (213,196,87). Sum of RGB (Red+Green+Blue) = 213+196+87=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C457 is #2A3BA8. Grayscale: #BDBDBD. Windows color (decimal): -2767785 or 5752021. OLE color: 5752021.

HSL color Cylindrical-coordinate representation of color #D5C457: hue angle of 51.9º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5C457 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 196 87 -
CMYK 0 0.08 0.59 0.16
HSL 51.9º 0.6% 0.59% -
HSV(B) 51.9º 0.59% 0.84% -
XYZ 48.9 54.31 16.92 -
YUV 188.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 213 196 87 0 0.08 0.59 0.16 51.9 0.6 0.59
Hex D5 C4 57 0 8 3B 10 34 3C 3B
Octal 325 304 127 0 10 73 20 64 74 73
Binary 11010101 11000100 1010111 0 1000 111011 10000 110100 111100 111011

Color Harmonies of #D5C457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C457

Black with #D5C457

Text Example


Text Example

White with #D5C457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C457; }

 p { color: rgb(213,196,87); }

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

background-color css

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

 a { background-color: rgb(213,196,87); }

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

border-color css

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

 span { border-color: rgb(213,196,87); }

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