Html Css Color HEX #D5BB62 Tacha

📋 copy color: '#D5BB62'

red 213 ◦ green 187 ◦ blue 98

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

Shades of Tacha #D5BB62

Tints of Tacha #D5BB62

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.55%

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

R = 42.77%
G = 37.55%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5BB62 (or 0xD5BB62) is known color: Tacha. HEX triplet: D5, BB and 62. RGB value is (213,187,98). Sum of RGB (Red+Green+Blue) = 213+187+98=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB62 is #2A449D. Grayscale: #B9B9B9. Windows color (decimal): -2770078 or 6470613. OLE color: 6470613.

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

Color convert

RGB 213 187 98 -
CMYK 0 0.12 0.54 0.16
HSL 46.43º 0.58% 0.61% -
HSV(B) 46.43º 0.54% 0.84% -
XYZ 47.42 50.57 18.82 -
YUV 184.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 213 187 98 0 0.12 0.54 0.16 46.43 0.58 0.61
Hex D5 BB 62 0 C 36 10 2E 3A 3D
Octal 325 273 142 0 14 66 20 56 72 75
Binary 11010101 10111011 1100010 0 1100 110110 10000 101110 111010 111101

Color Harmonies of #D5BB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB62

Black with #D5BB62

Text Example


Text Example

White with #D5BB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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