Html Css Color HEX #DDAF28 Gold Tips

📋 copy color: '#DDAF28'

red 221 ◦ green 175 ◦ blue 40

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

Shades of Gold Tips #DDAF28

Tints of Gold Tips #DDAF28

RGB

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

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

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

R = 50.69%
G = 40.14%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDAF28 (or 0xDDAF28) is known color: Gold Tips. HEX triplet: DD, AF and 28. RGB value is (221,175,40). Sum of RGB (Red+Green+Blue) = 221+175+40=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF28 is #2250D7. Grayscale: #ADADAD. Windows color (decimal): -2248920 or 2666461. OLE color: 2666461.

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

Color convert

RGB 221 175 40 -
CMYK 0 0.21 0.82 0.13
HSL 44.75º 0.73% 0.51% -
HSV(B) 44.75º 0.82% 0.87% -
XYZ 45.53 46.19 8.52 -
YUV 173.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 221 175 40 0 0.21 0.82 0.13 44.75 0.73 0.51
Hex DD AF 28 0 15 52 D 2D 49 33
Octal 335 257 50 0 25 122 15 55 111 63
Binary 11011101 10101111 101000 0 10101 1010010 1101 101101 1001001 110011

Color Harmonies of #DDAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF28

Black with #DDAF28

Text Example


Text Example

White with #DDAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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