Html Css Color HEX #D5C063 Tacha

📋 copy color: '#D5C063'

red 213 ◦ green 192 ◦ blue 99

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

Shades of Tacha #D5C063

Tints of Tacha #D5C063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.64%

R = 42.26%
G = 38.1%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5C063 (or 0xD5C063) is known color: Tacha. HEX triplet: D5, C0 and 63. RGB value is (213,192,99). Sum of RGB (Red+Green+Blue) = 213+192+99=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C063 is #2A3F9C. Grayscale: #BCBCBC. Windows color (decimal): -2768797 or 6537429. OLE color: 6537429.

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

Color convert

RGB 213 192 99 -
CMYK 0 0.10 0.54 0.16
HSL 48.95º 0.58% 0.61% -
HSV(B) 48.95º 0.54% 0.84% -
XYZ 48.54 52.75 19.43 -
YUV 187.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 213 192 99 0 0.10 0.54 0.16 48.95 0.58 0.61
Hex D5 C0 63 0 A 36 10 31 3A 3D
Octal 325 300 143 0 12 66 20 61 72 75
Binary 11010101 11000000 1100011 0 1010 110110 10000 110001 111010 111101

Color Harmonies of #D5C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C063

Black with #D5C063

Text Example


Text Example

White with #D5C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C063; }

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

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

background-color css

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

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

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

border-color css

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

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

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