Html Css Color HEX #DDAF24 Gold Tips

📋 copy color: '#DDAF24'

red 221 ◦ green 175 ◦ blue 36

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

Shades of Gold Tips #DDAF24

Tints of Gold Tips #DDAF24

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 36 (14.45% from 255) = 8.33%

R = 51.16%
G = 40.51%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDAF24 (or 0xDDAF24) is known color: Gold Tips. HEX triplet: DD, AF and 24. RGB value is (221,175,36). Sum of RGB (Red+Green+Blue) = 221+175+36=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF24 is #2250DB. Grayscale: #ADADAD. Windows color (decimal): -2248924 or 2404317. OLE color: 2404317.

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

Color convert

RGB 221 175 36 -
CMYK 0 0.21 0.84 0.13
HSL 45.08º 0.73% 0.5% -
HSV(B) 45.08º 0.84% 0.87% -
XYZ 45.47 46.16 8.18 -
YUV 172.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 221 175 36 0 0.21 0.84 0.13 45.08 0.73 0.5
Hex DD AF 24 0 15 54 D 2D 49 32
Octal 335 257 44 0 25 124 15 55 111 62
Binary 11011101 10101111 100100 0 10101 1010100 1101 101101 1001001 110010

Color Harmonies of #DDAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF24

Black with #DDAF24

Text Example


Text Example

White with #DDAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF24; }

 p { color: rgb(221,175,36); }

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

background-color css

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

 a { background-color: rgb(221,175,36); }

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

border-color css

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

 span { border-color: rgb(221,175,36); }

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