Html Css Color HEX #D5C75B Tacha

📋 copy color: '#D5C75B'

red 213 ◦ green 199 ◦ blue 91

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

Shades of Tacha #D5C75B

Tints of Tacha #D5C75B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 42.35%
G = 39.56%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5C75B (or 0xD5C75B) is known color: Tacha. HEX triplet: D5, C7 and 5B. RGB value is (213,199,91). Sum of RGB (Red+Green+Blue) = 213+199+91=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C75B is #2A38A4. Grayscale: #BFBFBF. Windows color (decimal): -2767013 or 6014933. OLE color: 6014933.

HSL color Cylindrical-coordinate representation of color #D5C75B: hue angle of 53.11º 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 #D5C75B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 91 -
CMYK 0 0.07 0.57 0.16
HSL 53.11º 0.59% 0.6% -
HSV(B) 53.11º 0.57% 0.84% -
XYZ 49.75 55.75 18.04 -
YUV 190.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 213 199 91 0 0.07 0.57 0.16 53.11 0.59 0.6
Hex D5 C7 5B 0 7 39 10 35 3B 3C
Octal 325 307 133 0 7 71 20 65 73 74
Binary 11010101 11000111 1011011 0 111 111001 10000 110101 111011 111100

Color Harmonies of #D5C75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C75B

Black with #D5C75B

Text Example


Text Example

White with #D5C75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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