Html Css Color HEX #D9B82B Gold Tips

📋 copy color: '#D9B82B'

red 217 ◦ green 184 ◦ blue 43

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

Shades of Gold Tips #D9B82B

Tints of Gold Tips #D9B82B

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

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

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 48.87%
G = 41.44%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9B82B (or 0xD9B82B) is known color: Gold Tips. HEX triplet: D9, B8 and 2B. RGB value is (217,184,43). Sum of RGB (Red+Green+Blue) = 217+184+43=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B82B is #2647D4. Grayscale: #B2B2B2. Windows color (decimal): -2508757 or 2865369. OLE color: 2865369.

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

Color convert

RGB 217 184 43 -
CMYK 0 0.15 0.80 0.15
HSL 48.62º 0.7% 0.51% -
HSV(B) 48.62º 0.8% 0.85% -
XYZ 46.19 49.21 9.35 -
YUV 177.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 217 184 43 0 0.15 0.80 0.15 48.62 0.7 0.51
Hex D9 B8 2B 0 F 50 F 31 46 33
Octal 331 270 53 0 17 120 17 61 106 63
Binary 11011001 10111000 101011 0 1111 1010000 1111 110001 1000110 110011

Color Harmonies of #D9B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B82B

Black with #D9B82B

Text Example


Text Example

White with #D9B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B82B; }

 p { color: rgb(217,184,43); }

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

background-color css

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

 a { background-color: rgb(217,184,43); }

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

border-color css

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

 span { border-color: rgb(217,184,43); }

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