Html Css Color HEX #DDB528 Gold Tips

📋 copy color: '#DDB528'

red 221 ◦ green 181 ◦ blue 40

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

Shades of Gold Tips #DDB528

Tints of Gold Tips #DDB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.05%

R = 50%
G = 40.95%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDB528 (or 0xDDB528) is known color: Gold Tips. HEX triplet: DD, B5 and 28. RGB value is (221,181,40). Sum of RGB (Red+Green+Blue) = 221+181+40=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB528 is #224AD7. Grayscale: #B1B1B1. Windows color (decimal): -2247384 or 2667997. OLE color: 2667997.

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

Color convert

RGB 221 181 40 -
CMYK 0 0.18 0.82 0.13
HSL 46.74º 0.73% 0.51% -
HSV(B) 46.74º 0.82% 0.87% -
XYZ 46.73 48.57 8.92 -
YUV 176.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 221 181 40 0 0.18 0.82 0.13 46.74 0.73 0.51
Hex DD B5 28 0 12 52 D 2F 49 33
Octal 335 265 50 0 22 122 15 57 111 63
Binary 11011101 10110101 101000 0 10010 1010010 1101 101111 1001001 110011

Color Harmonies of #DDB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB528

Black with #DDB528

Text Example


Text Example

White with #DDB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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