Html Css Color HEX #D5C05B Tacha

📋 copy color: '#D5C05B'

red 213 ◦ green 192 ◦ blue 91

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

Shades of Tacha #D5C05B

Tints of Tacha #D5C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 42.94%
G = 38.71%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5C05B (or 0xD5C05B) is known color: Tacha. HEX triplet: D5, C0 and 5B. RGB value is (213,192,91). Sum of RGB (Red+Green+Blue) = 213+192+91=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C05B is #2A3FA4. Grayscale: #BBBBBB. Windows color (decimal): -2768805 or 6013141. OLE color: 6013141.

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

Color convert

RGB 213 192 91 -
CMYK 0 0.10 0.57 0.16
HSL 49.67º 0.59% 0.6% -
HSV(B) 49.67º 0.57% 0.84% -
XYZ 48.18 52.6 17.51 -
YUV 186.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 213 192 91 0 0.10 0.57 0.16 49.67 0.59 0.6
Hex D5 C0 5B 0 A 39 10 32 3B 3C
Octal 325 300 133 0 12 71 20 62 73 74
Binary 11010101 11000000 1011011 0 1010 111001 10000 110010 111011 111100

Color Harmonies of #D5C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C05B

Black with #D5C05B

Text Example


Text Example

White with #D5C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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