Html Css Color HEX #DDAF26 Gold Tips

📋 copy color: '#DDAF26'

red 221 ◦ green 175 ◦ blue 38

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

Shades of Gold Tips #DDAF26

Tints of Gold Tips #DDAF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.76%

R = 50.92%
G = 40.32%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDAF26 (or 0xDDAF26) is known color: Gold Tips. HEX triplet: DD, AF and 26. RGB value is (221,175,38). Sum of RGB (Red+Green+Blue) = 221+175+38=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF26 is #2250D9. Grayscale: #ADADAD. Windows color (decimal): -2248922 or 2535389. OLE color: 2535389.

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

Color convert

RGB 221 175 38 -
CMYK 0 0.21 0.83 0.13
HSL 44.92º 0.73% 0.51% -
HSV(B) 44.92º 0.83% 0.87% -
XYZ 45.5 46.17 8.35 -
YUV 173.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 221 175 38 0 0.21 0.83 0.13 44.92 0.73 0.51
Hex DD AF 26 0 15 53 D 2D 49 33
Octal 335 257 46 0 25 123 15 55 111 63
Binary 11011101 10101111 100110 0 10101 1010011 1101 101101 1001001 110011

Color Harmonies of #DDAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF26

Black with #DDAF26

Text Example


Text Example

White with #DDAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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