Html Css Color HEX #D9B42B Gold Tips

📋 copy color: '#D9B42B'

red 217 ◦ green 180 ◦ blue 43

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

Shades of Gold Tips #D9B42B

Tints of Gold Tips #D9B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

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

R = 49.32%
G = 40.91%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9B42B (or 0xD9B42B) is known color: Gold Tips. HEX triplet: D9, B4 and 2B. RGB value is (217,180,43). Sum of RGB (Red+Green+Blue) = 217+180+43=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B42B is #264BD4. Grayscale: #B0B0B0. Windows color (decimal): -2509781 or 2864345. OLE color: 2864345.

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

Color convert

RGB 217 180 43 -
CMYK 0 0.17 0.80 0.15
HSL 47.24º 0.7% 0.51% -
HSV(B) 47.24º 0.8% 0.85% -
XYZ 45.37 47.57 9.08 -
YUV 175.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 217 180 43 0 0.17 0.80 0.15 47.24 0.7 0.51
Hex D9 B4 2B 0 11 50 F 2F 46 33
Octal 331 264 53 0 21 120 17 57 106 63
Binary 11011001 10110100 101011 0 10001 1010000 1111 101111 1000110 110011

Color Harmonies of #D9B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B42B

Black with #D9B42B

Text Example


Text Example

White with #D9B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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