Html Css Color HEX #DDAF2D Gold Tips

📋 copy color: '#DDAF2D'

red 221 ◦ green 175 ◦ blue 45

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

Shades of Gold Tips #DDAF2D

Tints of Gold Tips #DDAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.2%

R = 50.11%
G = 39.68%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDAF2D (or 0xDDAF2D) is known color: Gold Tips. HEX triplet: DD, AF and 2D. RGB value is (221,175,45). Sum of RGB (Red+Green+Blue) = 221+175+45=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF2D is #2250D2. Grayscale: #AEAEAE. Windows color (decimal): -2248915 or 2994141. OLE color: 2994141.

HSL color Cylindrical-coordinate representation of color #DDAF2D: hue angle of 44.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDAF2D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 45 -
CMYK 0 0.21 0.80 0.13
HSL 44.32º 0.72% 0.52% -
HSV(B) 44.32º 0.8% 0.87% -
XYZ 45.62 46.22 9 -
YUV 173.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 221 175 45 0 0.21 0.80 0.13 44.32 0.72 0.52
Hex DD AF 2D 0 15 50 D 2C 48 34
Octal 335 257 55 0 25 120 15 54 110 64
Binary 11011101 10101111 101101 0 10101 1010000 1101 101100 1001000 110100

Color Harmonies of #DDAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF2D

Black with #DDAF2D

Text Example


Text Example

White with #DDAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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