Html Css Color HEX #D8B728 Gold Tips

📋 copy color: '#D8B728'

red 216 ◦ green 183 ◦ blue 40

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

Shades of Gold Tips #D8B728

Tints of Gold Tips #D8B728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.69%

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

R = 49.2%
G = 41.69%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8B728 (or 0xD8B728) is known color: Gold Tips. HEX triplet: D8, B7 and 28. RGB value is (216,183,40). Sum of RGB (Red+Green+Blue) = 216+183+40=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B728 is #2748D7. Grayscale: #B1B1B1. Windows color (decimal): -2574552 or 2668504. OLE color: 2668504.

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

Color convert

RGB 216 183 40 -
CMYK 0 0.15 0.81 0.15
HSL 48.75º 0.69% 0.5% -
HSV(B) 48.75º 0.81% 0.85% -
XYZ 45.64 48.62 8.99 -
YUV 176.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 216 183 40 0 0.15 0.81 0.15 48.75 0.69 0.5
Hex D8 B7 28 0 F 51 F 31 45 32
Octal 330 267 50 0 17 121 17 61 105 62
Binary 11011000 10110111 101000 0 1111 1010001 1111 110001 1000101 110010

Color Harmonies of #D8B728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B728

Black with #D8B728

Text Example


Text Example

White with #D8B728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B728; }

 p { color: rgb(216,183,40); }

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

background-color css

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

 a { background-color: rgb(216,183,40); }

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

border-color css

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

 span { border-color: rgb(216,183,40); }

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