Html Css Color HEX #D5C05F Tacha

📋 copy color: '#D5C05F'

red 213 ◦ green 192 ◦ blue 95

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

Shades of Tacha #D5C05F

Tints of Tacha #D5C05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19%

R = 42.6%
G = 38.4%
B = 19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5C05F (or 0xD5C05F) is known color: Tacha. HEX triplet: D5, C0 and 5F. RGB value is (213,192,95). Sum of RGB (Red+Green+Blue) = 213+192+95=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C05F is #2A3FA0. Grayscale: #BBBBBB. Windows color (decimal): -2768801 or 6275285. OLE color: 6275285.

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

Color convert

RGB 213 192 95 -
CMYK 0 0.10 0.55 0.16
HSL 49.32º 0.58% 0.6% -
HSV(B) 49.32º 0.55% 0.84% -
XYZ 48.36 52.67 18.44 -
YUV 187.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 213 192 95 0 0.10 0.55 0.16 49.32 0.58 0.6
Hex D5 C0 5F 0 A 37 10 31 3A 3C
Octal 325 300 137 0 12 67 20 61 72 74
Binary 11010101 11000000 1011111 0 1010 110111 10000 110001 111010 111100

Color Harmonies of #D5C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C05F

Black with #D5C05F

Text Example


Text Example

White with #D5C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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