Html Css Color HEX #D8B322 Gold Tips

📋 copy color: '#D8B322'

red 216 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #D8B322

Tints of Gold Tips #D8B322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.93%

R = 50.35%
G = 41.72%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8B322 (or 0xD8B322) is known color: Gold Tips. HEX triplet: D8, B3 and 22. RGB value is (216,179,34). Sum of RGB (Red+Green+Blue) = 216+179+34=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B322 is #274CDD. Grayscale: #AEAEAE. Windows color (decimal): -2575582 or 2274264. OLE color: 2274264.

HSL color Cylindrical-coordinate representation of color #D8B322: hue angle of 47.8º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8B322 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 34 -
CMYK 0 0.17 0.84 0.15
HSL 47.8º 0.73% 0.49% -
HSV(B) 47.8º 0.84% 0.85% -
XYZ 44.73 46.95 8.22 -
YUV 173.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 216 179 34 0 0.17 0.84 0.15 47.8 0.73 0.49
Hex D8 B3 22 0 11 54 F 30 49 31
Octal 330 263 42 0 21 124 17 60 111 61
Binary 11011000 10110011 100010 0 10001 1010100 1111 110000 1001001 110001

Color Harmonies of #D8B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B322

Black with #D8B322

Text Example


Text Example

White with #D8B322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B322; }

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

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

background-color css

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

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

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

border-color css

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

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

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