Html Css Color HEX #D4BE5A Tacha

📋 copy color: '#D4BE5A'

red 212 ◦ green 190 ◦ blue 90

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

Shades of Tacha #D4BE5A

Tints of Tacha #D4BE5A

RGB

 RED value IS 212 (83.2% from 255) = 43.09%

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

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 43.09%
G = 38.62%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4BE5A (or 0xD4BE5A) is known color: Tacha. HEX triplet: D4, BE and 5A. RGB value is (212,190,90). Sum of RGB (Red+Green+Blue) = 212+190+90=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE5A is #2B41A5. Grayscale: #B9B9B9. Windows color (decimal): -2834854 or 5947092. OLE color: 5947092.

HSL color Cylindrical-coordinate representation of color #D4BE5A: hue angle of 49.18º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4BE5A is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 90 -
CMYK 0 0.10 0.58 0.17
HSL 49.18º 0.59% 0.59% -
HSV(B) 49.18º 0.58% 0.83% -
XYZ 47.41 51.56 17.13 -
YUV 185.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 212 190 90 0 0.10 0.58 0.17 49.18 0.59 0.59
Hex D4 BE 5A 0 A 3A 11 31 3B 3B
Octal 324 276 132 0 12 72 21 61 73 73
Binary 11010100 10111110 1011010 0 1010 111010 10001 110001 111011 111011

Color Harmonies of #D4BE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE5A

Black with #D4BE5A

Text Example


Text Example

White with #D4BE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE5A; }

 p { color: rgb(212,190,90); }

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

background-color css

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

 a { background-color: rgb(212,190,90); }

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

border-color css

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

 span { border-color: rgb(212,190,90); }

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