Html Css Color HEX #D8AB30 Metallic Gold

📋 copy color: '#D8AB30'

red 216 ◦ green 171 ◦ blue 48

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

Shades of Metallic Gold #D8AB30

Tints of Metallic Gold #D8AB30

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

 GREEN value IS 171 (67.19% from 255) = 39.31%

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 49.66%
G = 39.31%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8AB30 (or 0xD8AB30) is known color: Metallic Gold. HEX triplet: D8, AB and 30. RGB value is (216,171,48). Sum of RGB (Red+Green+Blue) = 216+171+48=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB30 is #2754CF. Grayscale: #AAAAAA. Windows color (decimal): -2577616 or 3189720. OLE color: 3189720.

HSL color Cylindrical-coordinate representation of color #D8AB30: hue angle of 43.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8AB30 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 48 -
CMYK 0 0.21 0.78 0.15
HSL 43.93º 0.68% 0.52% -
HSV(B) 43.93º 0.78% 0.85% -
XYZ 43.42 43.94 8.99 -
YUV 170.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 216 171 48 0 0.21 0.78 0.15 43.93 0.68 0.52
Hex D8 AB 30 0 15 4E F 2C 44 34
Octal 330 253 60 0 25 116 17 54 104 64
Binary 11011000 10101011 110000 0 10101 1001110 1111 101100 1000100 110100

Color Harmonies of #D8AB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB30

Black with #D8AB30

Text Example


Text Example

White with #D8AB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB30; }

 p { color: rgb(216,171,48); }

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

background-color css

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

 a { background-color: rgb(216,171,48); }

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

border-color css

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

 span { border-color: rgb(216,171,48); }

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