Html Css Color HEX #D9B423 Gold Tips

📋 copy color: '#D9B423'

red 217 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #D9B423

Tints of Gold Tips #D9B423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 50.23%
G = 41.67%
B = 8.1%

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

#D9B423 (or 0xD9B423) is known color: Gold Tips. HEX triplet: D9, B4 and 23. RGB value is (217,180,35). Sum of RGB (Red+Green+Blue) = 217+180+35=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B423 is #264BDC. Grayscale: #AFAFAF. Windows color (decimal): -2509789 or 2340057. OLE color: 2340057.

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

Color convert

RGB 217 180 35 -
CMYK 0 0.17 0.84 0.15
HSL 47.8º 0.72% 0.49% -
HSV(B) 47.8º 0.84% 0.85% -
XYZ 45.24 47.52 8.38 -
YUV 174.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 217 180 35 0 0.17 0.84 0.15 47.8 0.72 0.49
Hex D9 B4 23 0 11 54 F 30 48 31
Octal 331 264 43 0 21 124 17 60 110 61
Binary 11011001 10110100 100011 0 10001 1010100 1111 110000 1001000 110001

Color Harmonies of #D9B423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B423

Black with #D9B423

Text Example


Text Example

White with #D9B423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B423; }

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

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

background-color css

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

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

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

border-color css

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

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

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