Html Css Color HEX #D8B433 Metallic Gold

📋 copy color: '#D8B433'

red 216 ◦ green 180 ◦ blue 51

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

Shades of Metallic Gold #D8B433

Tints of Metallic Gold #D8B433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

 BLUE value IS 51 (20.31% from 255) = 11.41%

R = 48.32%
G = 40.27%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8B433 (or 0xD8B433) is known color: Metallic Gold. HEX triplet: D8, B4 and 33. RGB value is (216,180,51). Sum of RGB (Red+Green+Blue) = 216+180+51=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B433 is #274BCC. Grayscale: #B0B0B0. Windows color (decimal): -2575309 or 3388632. OLE color: 3388632.

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

Color convert

RGB 216 180 51 -
CMYK 0 0.17 0.76 0.15
HSL 46.91º 0.68% 0.52% -
HSV(B) 46.91º 0.76% 0.85% -
XYZ 45.24 47.48 9.91 -
YUV 176.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 216 180 51 0 0.17 0.76 0.15 46.91 0.68 0.52
Hex D8 B4 33 0 11 4C F 2F 44 34
Octal 330 264 63 0 21 114 17 57 104 64
Binary 11011000 10110100 110011 0 10001 1001100 1111 101111 1000100 110100

Color Harmonies of #D8B433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B433

Black with #D8B433

Text Example


Text Example

White with #D8B433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B433; }

 p { color: rgb(216,180,51); }

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

background-color css

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

 a { background-color: rgb(216,180,51); }

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

border-color css

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

 span { border-color: rgb(216,180,51); }

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