Html Css Color HEX #DDB524 Gold Tips

📋 copy color: '#DDB524'

red 221 ◦ green 181 ◦ blue 36

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

Shades of Gold Tips #DDB524

Tints of Gold Tips #DDB524

RGB

 RED value IS 221 (86.72% from 255) = 50.46%

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 50.46%
G = 41.32%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB524 (or 0xDDB524) is known color: Gold Tips. HEX triplet: DD, B5 and 24. RGB value is (221,181,36). Sum of RGB (Red+Green+Blue) = 221+181+36=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB524 is #224ADB. Grayscale: #B1B1B1. Windows color (decimal): -2247388 or 2405853. OLE color: 2405853.

HSL color Cylindrical-coordinate representation of color #DDB524: hue angle of 47.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDB524 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 36 -
CMYK 0 0.18 0.84 0.13
HSL 47.03º 0.73% 0.5% -
HSV(B) 47.03º 0.84% 0.87% -
XYZ 46.66 48.55 8.58 -
YUV 176.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 221 181 36 0 0.18 0.84 0.13 47.03 0.73 0.5
Hex DD B5 24 0 12 54 D 2F 49 32
Octal 335 265 44 0 22 124 15 57 111 62
Binary 11011101 10110101 100100 0 10010 1010100 1101 101111 1001001 110010

Color Harmonies of #DDB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB524

Black with #DDB524

Text Example


Text Example

White with #DDB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB524; }

 p { color: rgb(221,181,36); }

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

background-color css

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

 a { background-color: rgb(221,181,36); }

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

border-color css

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

 span { border-color: rgb(221,181,36); }

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