Html Css Color HEX #D4B33B Metallic Gold

📋 copy color: '#D4B33B'

red 212 ◦ green 179 ◦ blue 59

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

Shades of Metallic Gold #D4B33B

Tints of Metallic Gold #D4B33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 59 (23.44% from 255) = 13.11%

R = 47.11%
G = 39.78%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4B33B (or 0xD4B33B) is known color: Metallic Gold. HEX triplet: D4, B3 and 3B. RGB value is (212,179,59). Sum of RGB (Red+Green+Blue) = 212+179+59=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B33B is #2B4CC4. Grayscale: #AFAFAF. Windows color (decimal): -2837701 or 3912660. OLE color: 3912660.

HSL color Cylindrical-coordinate representation of color #D4B33B: hue angle of 47.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4B33B is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 59 -
CMYK 0 0.16 0.72 0.17
HSL 47.06º 0.64% 0.53% -
HSV(B) 47.06º 0.72% 0.83% -
XYZ 44.06 46.55 10.8 -
YUV 175.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 212 179 59 0 0.16 0.72 0.17 47.06 0.64 0.53
Hex D4 B3 3B 0 10 48 11 2F 40 35
Octal 324 263 73 0 20 110 21 57 100 65
Binary 11010100 10110011 111011 0 10000 1001000 10001 101111 1000000 110101

Color Harmonies of #D4B33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B33B

Black with #D4B33B

Text Example


Text Example

White with #D4B33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B33B; }

 p { color: rgb(212,179,59); }

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

background-color css

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

 a { background-color: rgb(212,179,59); }

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

border-color css

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

 span { border-color: rgb(212,179,59); }

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