Html Css Color HEX #D5B662 Tacha

📋 copy color: '#D5B662'

red 213 ◦ green 182 ◦ blue 98

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

Shades of Tacha #D5B662

Tints of Tacha #D5B662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

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

R = 43.2%
G = 36.92%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5B662 (or 0xD5B662) is known color: Tacha. HEX triplet: D5, B6 and 62. RGB value is (213,182,98). Sum of RGB (Red+Green+Blue) = 213+182+98=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B662 is #2A499D. Grayscale: #B6B6B6. Windows color (decimal): -2771358 or 6469333. OLE color: 6469333.

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

Color convert

RGB 213 182 98 -
CMYK 0 0.15 0.54 0.16
HSL 43.83º 0.58% 0.61% -
HSV(B) 43.83º 0.54% 0.84% -
XYZ 46.37 48.48 18.47 -
YUV 181.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 213 182 98 0 0.15 0.54 0.16 43.83 0.58 0.61
Hex D5 B6 62 0 F 36 10 2C 3A 3D
Octal 325 266 142 0 17 66 20 54 72 75
Binary 11010101 10110110 1100010 0 1111 110110 10000 101100 111010 111101

Color Harmonies of #D5B662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B662

Black with #D5B662

Text Example


Text Example

White with #D5B662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B662; }

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

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

background-color css

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

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

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

border-color css

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

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

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