Html Css Color HEX #DDAF22 Gold Tips

📋 copy color: '#DDAF22'

red 221 ◦ green 175 ◦ blue 34

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

Shades of Gold Tips #DDAF22

Tints of Gold Tips #DDAF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 51.4%
G = 40.7%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDAF22 (or 0xDDAF22) is known color: Gold Tips. HEX triplet: DD, AF and 22. RGB value is (221,175,34). Sum of RGB (Red+Green+Blue) = 221+175+34=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF22 is #2250DD. Grayscale: #ADADAD. Windows color (decimal): -2248926 or 2273245. OLE color: 2273245.

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

Color convert

RGB 221 175 34 -
CMYK 0 0.21 0.85 0.13
HSL 45.24º 0.73% 0.5% -
HSV(B) 45.24º 0.85% 0.87% -
XYZ 45.44 46.15 8.03 -
YUV 172.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 221 175 34 0 0.21 0.85 0.13 45.24 0.73 0.5
Hex DD AF 22 0 15 55 D 2D 49 32
Octal 335 257 42 0 25 125 15 55 111 62
Binary 11011101 10101111 100010 0 10101 1010101 1101 101101 1001001 110010

Color Harmonies of #DDAF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF22

Black with #DDAF22

Text Example


Text Example

White with #DDAF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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