Html Css Color HEX #D8B326 Gold Tips

📋 copy color: '#D8B326'

red 216 ◦ green 179 ◦ blue 38

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

Shades of Gold Tips #D8B326

Tints of Gold Tips #D8B326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

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

R = 49.88%
G = 41.34%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8B326 (or 0xD8B326) is known color: Gold Tips. HEX triplet: D8, B3 and 26. RGB value is (216,179,38). Sum of RGB (Red+Green+Blue) = 216+179+38=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B326 is #274CD9. Grayscale: #AEAEAE. Windows color (decimal): -2575578 or 2536408. OLE color: 2536408.

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

Color convert

RGB 216 179 38 -
CMYK 0 0.17 0.82 0.15
HSL 47.53º 0.7% 0.5% -
HSV(B) 47.53º 0.82% 0.85% -
XYZ 44.79 46.98 8.54 -
YUV 173.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 216 179 38 0 0.17 0.82 0.15 47.53 0.7 0.5
Hex D8 B3 26 0 11 52 F 30 46 32
Octal 330 263 46 0 21 122 17 60 106 62
Binary 11011000 10110011 100110 0 10001 1010010 1111 110000 1000110 110010

Color Harmonies of #D8B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B326

Black with #D8B326

Text Example


Text Example

White with #D8B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B326; }

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

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

background-color css

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

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

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

border-color css

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

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

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