Html Css Color HEX #D5C051 Tacha

📋 copy color: '#D5C051'

red 213 ◦ green 192 ◦ blue 81

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

Shades of Tacha #D5C051

Tints of Tacha #D5C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.67%

R = 43.83%
G = 39.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5C051 (or 0xD5C051) is known color: Tacha. HEX triplet: D5, C0 and 51. RGB value is (213,192,81). Sum of RGB (Red+Green+Blue) = 213+192+81=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C051 is #2A3FAE. Grayscale: #BABABA. Windows color (decimal): -2768815 or 5357781. OLE color: 5357781.

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

Color convert

RGB 213 192 81 -
CMYK 0 0.10 0.62 0.16
HSL 50.45º 0.61% 0.58% -
HSV(B) 50.45º 0.62% 0.84% -
XYZ 47.78 52.44 15.39 -
YUV 185.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 213 192 81 0 0.10 0.62 0.16 50.45 0.61 0.58
Hex D5 C0 51 0 A 3E 10 32 3D 3A
Octal 325 300 121 0 12 76 20 62 75 72
Binary 11010101 11000000 1010001 0 1010 111110 10000 110010 111101 111010

Color Harmonies of #D5C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C051

Black with #D5C051

Text Example


Text Example

White with #D5C051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C051; }

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

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

background-color css

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

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

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

border-color css

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

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

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