Html Css Color HEX #D5C962 Tacha

📋 copy color: '#D5C962'

red 213 ◦ green 201 ◦ blue 98

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

Shades of Tacha #D5C962

Tints of Tacha #D5C962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 98 (38.67% from 255) = 19.14%

R = 41.6%
G = 39.26%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5C962 (or 0xD5C962) is known color: Tacha. HEX triplet: D5, C9 and 62. RGB value is (213,201,98). Sum of RGB (Red+Green+Blue) = 213+201+98=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C962 is #2A369D. Grayscale: #C1C1C1. Windows color (decimal): -2766494 or 6474197. OLE color: 6474197.

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

Color convert

RGB 213 201 98 -
CMYK 0 0.06 0.54 0.16
HSL 53.74º 0.58% 0.61% -
HSV(B) 53.74º 0.54% 0.84% -
XYZ 50.53 56.8 19.86 -
YUV 192.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 213 201 98 0 0.06 0.54 0.16 53.74 0.58 0.61
Hex D5 C9 62 0 6 36 10 36 3A 3D
Octal 325 311 142 0 6 66 20 66 72 75
Binary 11010101 11001001 1100010 0 110 110110 10000 110110 111010 111101

Color Harmonies of #D5C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C962

Black with #D5C962

Text Example


Text Example

White with #D5C962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C962; }

 p { color: rgb(213,201,98); }

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

background-color css

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

 a { background-color: rgb(213,201,98); }

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

border-color css

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

 span { border-color: rgb(213,201,98); }

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