Html Css Color HEX #D5C45B Tacha

📋 copy color: '#D5C45B'

red 213 ◦ green 196 ◦ blue 91

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

Shades of Tacha #D5C45B

Tints of Tacha #D5C45B

RGB

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

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

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

R = 42.6%
G = 39.2%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5C45B (or 0xD5C45B) is known color: Tacha. HEX triplet: D5, C4 and 5B. RGB value is (213,196,91). Sum of RGB (Red+Green+Blue) = 213+196+91=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C45B is #2A3BA4. Grayscale: #BDBDBD. Windows color (decimal): -2767781 or 6014165. OLE color: 6014165.

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

Color convert

RGB 213 196 91 -
CMYK 0 0.08 0.57 0.16
HSL 51.64º 0.59% 0.6% -
HSV(B) 51.64º 0.57% 0.84% -
XYZ 49.07 54.38 17.81 -
YUV 189.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 213 196 91 0 0.08 0.57 0.16 51.64 0.59 0.6
Hex D5 C4 5B 0 8 39 10 34 3B 3C
Octal 325 304 133 0 10 71 20 64 73 74
Binary 11010101 11000100 1011011 0 1000 111001 10000 110100 111011 111100

Color Harmonies of #D5C45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C45B

Black with #D5C45B

Text Example


Text Example

White with #D5C45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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