Html Css Color HEX #D7B424 Gold Tips

📋 copy color: '#D7B424'

red 215 ◦ green 180 ◦ blue 36

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

Shades of Gold Tips #D7B424

Tints of Gold Tips #D7B424

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

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

R = 49.88%
G = 41.76%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7B424 (or 0xD7B424) is known color: Gold Tips. HEX triplet: D7, B4 and 24. RGB value is (215,180,36). Sum of RGB (Red+Green+Blue) = 215+180+36=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B424 is #284BDB. Grayscale: #AEAEAE. Windows color (decimal): -2640860 or 2405591. OLE color: 2405591.

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

Color convert

RGB 215 180 36 -
CMYK 0 0.16 0.83 0.16
HSL 48.27º 0.71% 0.49% -
HSV(B) 48.27º 0.83% 0.84% -
XYZ 44.66 47.22 8.43 -
YUV 174.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 215 180 36 0 0.16 0.83 0.16 48.27 0.71 0.49
Hex D7 B4 24 0 10 53 10 30 47 31
Octal 327 264 44 0 20 123 20 60 107 61
Binary 11010111 10110100 100100 0 10000 1010011 10000 110000 1000111 110001

Color Harmonies of #D7B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B424

Black with #D7B424

Text Example


Text Example

White with #D7B424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B424; }

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

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

background-color css

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

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

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

border-color css

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

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

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