Html Css Color HEX #DDAC28 Gold Tips

📋 copy color: '#DDAC28'

red 221 ◦ green 172 ◦ blue 40

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

Shades of Gold Tips #DDAC28

Tints of Gold Tips #DDAC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

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

R = 51.04%
G = 39.72%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDAC28 (or 0xDDAC28) is known color: Gold Tips. HEX triplet: DD, AC and 28. RGB value is (221,172,40). Sum of RGB (Red+Green+Blue) = 221+172+40=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC28 is #2253D7. Grayscale: #ACACAC. Windows color (decimal): -2249688 or 2665693. OLE color: 2665693.

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

Color convert

RGB 221 172 40 -
CMYK 0 0.22 0.82 0.13
HSL 43.76º 0.73% 0.51% -
HSV(B) 43.76º 0.82% 0.87% -
XYZ 44.95 45.03 8.33 -
YUV 171.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 221 172 40 0 0.22 0.82 0.13 43.76 0.73 0.51
Hex DD AC 28 0 16 52 D 2C 49 33
Octal 335 254 50 0 26 122 15 54 111 63
Binary 11011101 10101100 101000 0 10110 1010010 1101 101100 1001001 110011

Color Harmonies of #DDAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC28

Black with #DDAC28

Text Example


Text Example

White with #DDAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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