Html Css Color HEX #D5B962 Tacha

📋 copy color: '#D5B962'

red 213 ◦ green 185 ◦ blue 98

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

Shades of Tacha #D5B962

Tints of Tacha #D5B962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

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

R = 42.94%
G = 37.3%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5B962 (or 0xD5B962) is known color: Tacha. HEX triplet: D5, B9 and 62. RGB value is (213,185,98). Sum of RGB (Red+Green+Blue) = 213+185+98=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B962 is #2A469D. Grayscale: #B7B7B7. Windows color (decimal): -2770590 or 6470101. OLE color: 6470101.

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

Color convert

RGB 213 185 98 -
CMYK 0 0.13 0.54 0.16
HSL 45.39º 0.58% 0.61% -
HSV(B) 45.39º 0.54% 0.84% -
XYZ 46.99 49.73 18.68 -
YUV 183.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 213 185 98 0 0.13 0.54 0.16 45.39 0.58 0.61
Hex D5 B9 62 0 D 36 10 2D 3A 3D
Octal 325 271 142 0 15 66 20 55 72 75
Binary 11010101 10111001 1100010 0 1101 110110 10000 101101 111010 111101

Color Harmonies of #D5B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B962

Black with #D5B962

Text Example


Text Example

White with #D5B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B962; }

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

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

background-color css

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

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

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

border-color css

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

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

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