Html Css Color HEX #D7B628 Gold Tips

📋 copy color: '#D7B628'

red 215 ◦ green 182 ◦ blue 40

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

Shades of Gold Tips #D7B628

Tints of Gold Tips #D7B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

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

R = 49.2%
G = 41.65%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7B628 (or 0xD7B628) is known color: Gold Tips. HEX triplet: D7, B6 and 28. RGB value is (215,182,40). Sum of RGB (Red+Green+Blue) = 215+182+40=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B628 is #2849D7. Grayscale: #B0B0B0. Windows color (decimal): -2640344 or 2668247. OLE color: 2668247.

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

Color convert

RGB 215 182 40 -
CMYK 0 0.15 0.81 0.16
HSL 48.69º 0.69% 0.5% -
HSV(B) 48.69º 0.81% 0.84% -
XYZ 45.14 48.06 8.9 -
YUV 175.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 215 182 40 0 0.15 0.81 0.16 48.69 0.69 0.5
Hex D7 B6 28 0 F 51 10 31 45 32
Octal 327 266 50 0 17 121 20 61 105 62
Binary 11010111 10110110 101000 0 1111 1010001 10000 110001 1000101 110010

Color Harmonies of #D7B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B628

Black with #D7B628

Text Example


Text Example

White with #D7B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B628; }

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

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

background-color css

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

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

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

border-color css

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

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

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