Html Css Color HEX #D5BE6A Tacha

📋 copy color: '#D5BE6A'

red 213 ◦ green 190 ◦ blue 106

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

Shades of Tacha #D5BE6A

Tints of Tacha #D5BE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 106 (41.8% from 255) = 20.83%

R = 41.85%
G = 37.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5BE6A (or 0xD5BE6A) is known color: Tacha. HEX triplet: D5, BE and 6A. RGB value is (213,190,106). Sum of RGB (Red+Green+Blue) = 213+190+106=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE6A is #2A4195. Grayscale: #BBBBBB. Windows color (decimal): -2769302 or 6995669. OLE color: 6995669.

HSL color Cylindrical-coordinate representation of color #D5BE6A: hue angle of 47.1º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5BE6A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 106 -
CMYK 0 0.11 0.50 0.16
HSL 47.1º 0.56% 0.63% -
HSV(B) 47.1º 0.5% 0.84% -
XYZ 48.46 52.01 21.12 -
YUV 187.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 213 190 106 0 0.11 0.50 0.16 47.1 0.56 0.63
Hex D5 BE 6A 0 B 32 10 2F 38 3F
Octal 325 276 152 0 13 62 20 57 70 77
Binary 11010101 10111110 1101010 0 1011 110010 10000 101111 111000 111111

Color Harmonies of #D5BE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE6A

Black with #D5BE6A

Text Example


Text Example

White with #D5BE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE6A; }

 p { color: rgb(213,190,106); }

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

background-color css

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

 a { background-color: rgb(213,190,106); }

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

border-color css

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

 span { border-color: rgb(213,190,106); }

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