Html Css Color HEX #DDAC2F Gold Tips

📋 copy color: '#DDAC2F'

red 221 ◦ green 172 ◦ blue 47

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

Shades of Gold Tips #DDAC2F

Tints of Gold Tips #DDAC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 50.23%
G = 39.09%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDAC2F (or 0xDDAC2F) is known color: Gold Tips. HEX triplet: DD, AC and 2F. RGB value is (221,172,47). Sum of RGB (Red+Green+Blue) = 221+172+47=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC2F is #2253D0. Grayscale: #ACACAC. Windows color (decimal): -2249681 or 3124445. OLE color: 3124445.

HSL color Cylindrical-coordinate representation of color #DDAC2F: hue angle of 43.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDAC2F is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 47 -
CMYK 0 0.22 0.79 0.13
HSL 43.1º 0.72% 0.53% -
HSV(B) 43.1º 0.79% 0.87% -
XYZ 45.08 45.08 9.01 -
YUV 172.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 221 172 47 0 0.22 0.79 0.13 43.1 0.72 0.53
Hex DD AC 2F 0 16 4F D 2B 48 35
Octal 335 254 57 0 26 117 15 53 110 65
Binary 11011101 10101100 101111 0 10110 1001111 1101 101011 1001000 110101

Color Harmonies of #DDAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC2F

Black with #DDAC2F

Text Example


Text Example

White with #DDAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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