Html Css Color HEX #DDB526 Gold Tips

📋 copy color: '#DDB526'

red 221 ◦ green 181 ◦ blue 38

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

Shades of Gold Tips #DDB526

Tints of Gold Tips #DDB526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.64%

R = 50.23%
G = 41.14%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDB526 (or 0xDDB526) is known color: Gold Tips. HEX triplet: DD, B5 and 26. RGB value is (221,181,38). Sum of RGB (Red+Green+Blue) = 221+181+38=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB526 is #224AD9. Grayscale: #B1B1B1. Windows color (decimal): -2247386 or 2536925. OLE color: 2536925.

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

Color convert

RGB 221 181 38 -
CMYK 0 0.18 0.83 0.13
HSL 46.89º 0.73% 0.51% -
HSV(B) 46.89º 0.83% 0.87% -
XYZ 46.69 48.56 8.75 -
YUV 176.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 221 181 38 0 0.18 0.83 0.13 46.89 0.73 0.51
Hex DD B5 26 0 12 53 D 2F 49 33
Octal 335 265 46 0 22 123 15 57 111 63
Binary 11011101 10110101 100110 0 10010 1010011 1101 101111 1001001 110011

Color Harmonies of #DDB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB526

Black with #DDB526

Text Example


Text Example

White with #DDB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB526; }

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

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

background-color css

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

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

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

border-color css

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

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

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