Html Css Color HEX #D4BB53 Tacha

📋 copy color: '#D4BB53'

red 212 ◦ green 187 ◦ blue 83

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

Shades of Tacha #D4BB53

Tints of Tacha #D4BB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.22%

R = 43.98%
G = 38.8%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4BB53 (or 0xD4BB53) is known color: Tacha. HEX triplet: D4, BB and 53. RGB value is (212,187,83). Sum of RGB (Red+Green+Blue) = 212+187+83=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB53 is #2B44AC. Grayscale: #B7B7B7. Windows color (decimal): -2835629 or 5487572. OLE color: 5487572.

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

Color convert

RGB 212 187 83 -
CMYK 0 0.12 0.61 0.17
HSL 48.37º 0.6% 0.58% -
HSV(B) 48.37º 0.61% 0.83% -
XYZ 46.48 50.16 15.42 -
YUV 182.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 212 187 83 0 0.12 0.61 0.17 48.37 0.6 0.58
Hex D4 BB 53 0 C 3D 11 30 3C 3A
Octal 324 273 123 0 14 75 21 60 74 72
Binary 11010100 10111011 1010011 0 1100 111101 10001 110000 111100 111010

Color Harmonies of #D4BB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB53

Black with #D4BB53

Text Example


Text Example

White with #D4BB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB53; }

 p { color: rgb(212,187,83); }

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

background-color css

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

 a { background-color: rgb(212,187,83); }

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

border-color css

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

 span { border-color: rgb(212,187,83); }

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