Html Css Color HEX #DDB523 Gold Tips

📋 copy color: '#DDB523'

red 221 ◦ green 181 ◦ blue 35

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

Shades of Gold Tips #DDB523

Tints of Gold Tips #DDB523

RGB

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

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

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

R = 50.57%
G = 41.42%
B = 8.01%

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

#DDB523 (or 0xDDB523) is known color: Gold Tips. HEX triplet: DD, B5 and 23. RGB value is (221,181,35). Sum of RGB (Red+Green+Blue) = 221+181+35=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB523 is #224ADC. Grayscale: #B0B0B0. Windows color (decimal): -2247389 or 2340317. OLE color: 2340317.

HSL color Cylindrical-coordinate representation of color #DDB523: hue angle of 47.1º 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 #DDB523 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 35 -
CMYK 0 0.18 0.84 0.13
HSL 47.1º 0.73% 0.5% -
HSV(B) 47.1º 0.84% 0.87% -
XYZ 46.65 48.54 8.5 -
YUV 176.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 221 181 35 0 0.18 0.84 0.13 47.1 0.73 0.5
Hex DD B5 23 0 12 54 D 2F 49 32
Octal 335 265 43 0 22 124 15 57 111 62
Binary 11011101 10110101 100011 0 10010 1010100 1101 101111 1001001 110010

Color Harmonies of #DDB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB523

Black with #DDB523

Text Example


Text Example

White with #DDB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB523; }

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

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

background-color css

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

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

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

border-color css

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

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

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