Html Css Color HEX #D7B929 Gold Tips

📋 copy color: '#D7B929'

red 215 ◦ green 185 ◦ blue 41

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

Shades of Gold Tips #D7B929

Tints of Gold Tips #D7B929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.3%

R = 48.75%
G = 41.95%
B = 9.3%

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

#D7B929 (or 0xD7B929) is known color: Gold Tips. HEX triplet: D7, B9 and 29. RGB value is (215,185,41). Sum of RGB (Red+Green+Blue) = 215+185+41=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B929 is #2846D6. Grayscale: #B2B2B2. Windows color (decimal): -2639575 or 2734551. OLE color: 2734551.

HSL color Cylindrical-coordinate representation of color #D7B929: hue angle of 49.66º 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 #D7B929 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 41 -
CMYK 0 0.14 0.81 0.16
HSL 49.66º 0.69% 0.5% -
HSV(B) 49.66º 0.81% 0.84% -
XYZ 45.77 49.31 9.2 -
YUV 177.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 215 185 41 0 0.14 0.81 0.16 49.66 0.69 0.5
Hex D7 B9 29 0 E 51 10 32 45 32
Octal 327 271 51 0 16 121 20 62 105 62
Binary 11010111 10111001 101001 0 1110 1010001 10000 110010 1000101 110010

Color Harmonies of #D7B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B929

Black with #D7B929

Text Example


Text Example

White with #D7B929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B929; }

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

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

background-color css

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

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

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

border-color css

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

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

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