Html Css Color HEX #D8B826 Gold Tips

📋 copy color: '#D8B826'

red 216 ◦ green 184 ◦ blue 38

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

Shades of Gold Tips #D8B826

Tints of Gold Tips #D8B826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 38 (15.23% from 255) = 8.68%

R = 49.32%
G = 42.01%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8B826 (or 0xD8B826) is known color: Gold Tips. HEX triplet: D8, B8 and 26. RGB value is (216,184,38). Sum of RGB (Red+Green+Blue) = 216+184+38=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B826 is #2747D9. Grayscale: #B1B1B1. Windows color (decimal): -2574298 or 2537688. OLE color: 2537688.

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

Color convert

RGB 216 184 38 -
CMYK 0 0.15 0.82 0.15
HSL 49.21º 0.7% 0.5% -
HSV(B) 49.21º 0.82% 0.85% -
XYZ 45.81 49.02 8.88 -
YUV 176.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 216 184 38 0 0.15 0.82 0.15 49.21 0.7 0.5
Hex D8 B8 26 0 F 52 F 31 46 32
Octal 330 270 46 0 17 122 17 61 106 62
Binary 11011000 10111000 100110 0 1111 1010010 1111 110001 1000110 110010

Color Harmonies of #D8B826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B826

Black with #D8B826

Text Example


Text Example

White with #D8B826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B826; }

 p { color: rgb(216,184,38); }

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

background-color css

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

 a { background-color: rgb(216,184,38); }

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

border-color css

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

 span { border-color: rgb(216,184,38); }

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