Html Css Color HEX #D8B424 Gold Tips

📋 copy color: '#D8B424'

red 216 ◦ green 180 ◦ blue 36

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

Shades of Gold Tips #D8B424

Tints of Gold Tips #D8B424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.33%

R = 50%
G = 41.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8B424 (or 0xD8B424) is known color: Gold Tips. HEX triplet: D8, B4 and 24. RGB value is (216,180,36). Sum of RGB (Red+Green+Blue) = 216+180+36=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B424 is #274BDB. Grayscale: #AEAEAE. Windows color (decimal): -2575324 or 2405592. OLE color: 2405592.

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

Color convert

RGB 216 180 36 -
CMYK 0 0.17 0.83 0.15
HSL 48º 0.71% 0.49% -
HSV(B) 48º 0.83% 0.85% -
XYZ 44.96 47.37 8.44 -
YUV 174.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 216 180 36 0 0.17 0.83 0.15 48 0.71 0.49
Hex D8 B4 24 0 11 53 F 30 47 31
Octal 330 264 44 0 21 123 17 60 107 61
Binary 11011000 10110100 100100 0 10001 1010011 1111 110000 1000111 110001

Color Harmonies of #D8B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B424

Black with #D8B424

Text Example


Text Example

White with #D8B424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B424; }

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

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

background-color css

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

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

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

border-color css

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

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

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