Html Css Color HEX #D7B928 Gold Tips

📋 copy color: '#D7B928'

red 215 ◦ green 185 ◦ blue 40

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

Shades of Gold Tips #D7B928

Tints of Gold Tips #D7B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

 BLUE value IS 40 (16.02% from 255) = 9.09%

R = 48.86%
G = 42.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7B928 (or 0xD7B928) is known color: Gold Tips. HEX triplet: D7, B9 and 28. RGB value is (215,185,40). Sum of RGB (Red+Green+Blue) = 215+185+40=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B928 is #2846D7. Grayscale: #B2B2B2. Windows color (decimal): -2639576 or 2669015. OLE color: 2669015.

HSL color Cylindrical-coordinate representation of color #D7B928: hue angle of 49.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7B928 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 40 -
CMYK 0 0.14 0.81 0.16
HSL 49.71º 0.69% 0.5% -
HSV(B) 49.71º 0.81% 0.84% -
XYZ 45.76 49.3 9.11 -
YUV 177.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 215 185 40 0 0.14 0.81 0.16 49.71 0.69 0.5
Hex D7 B9 28 0 E 51 10 32 45 32
Octal 327 271 50 0 16 121 20 62 105 62
Binary 11010111 10111001 101000 0 1110 1010001 10000 110010 1000101 110010

Color Harmonies of #D7B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B928

Black with #D7B928

Text Example


Text Example

White with #D7B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B928; }

 p { color: rgb(215,185,40); }

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

background-color css

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

 a { background-color: rgb(215,185,40); }

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

border-color css

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

 span { border-color: rgb(215,185,40); }

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