Html Css Color HEX #DDB529 Gold Tips

📋 copy color: '#DDB529'

red 221 ◦ green 181 ◦ blue 41

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

Shades of Gold Tips #DDB529

Tints of Gold Tips #DDB529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.26%

R = 49.89%
G = 40.86%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB529 (or 0xDDB529) is known color: Gold Tips. HEX triplet: DD, B5 and 29. RGB value is (221,181,41). Sum of RGB (Red+Green+Blue) = 221+181+41=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB529 is #224AD6. Grayscale: #B1B1B1. Windows color (decimal): -2247383 or 2733533. OLE color: 2733533.

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

Color convert

RGB 221 181 41 -
CMYK 0 0.18 0.81 0.13
HSL 46.67º 0.73% 0.51% -
HSV(B) 46.67º 0.81% 0.87% -
XYZ 46.74 48.58 9.01 -
YUV 177 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 221 181 41 0 0.18 0.81 0.13 46.67 0.73 0.51
Hex DD B5 29 0 12 51 D 2F 49 33
Octal 335 265 51 0 22 121 15 57 111 63
Binary 11011101 10110101 101001 0 10010 1010001 1101 101111 1001001 110011

Color Harmonies of #DDB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB529

Black with #DDB529

Text Example


Text Example

White with #DDB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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