Html Css Color HEX #DDBA32 Gold Tips

📋 copy color: '#DDBA32'

red 221 ◦ green 186 ◦ blue 50

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

Shades of Gold Tips #DDBA32

Tints of Gold Tips #DDBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 48.36%
G = 40.7%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDBA32 (or 0xDDBA32) is known color: Gold Tips. HEX triplet: DD, BA and 32. RGB value is (221,186,50). Sum of RGB (Red+Green+Blue) = 221+186+50=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA32 is #2245CD. Grayscale: #B5B5B5. Windows color (decimal): -2246094 or 3324637. OLE color: 3324637.

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

Color convert

RGB 221 186 50 -
CMYK 0 0.16 0.77 0.13
HSL 47.72º 0.72% 0.53% -
HSV(B) 47.72º 0.77% 0.87% -
XYZ 47.95 50.72 10.28 -
YUV 180.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 221 186 50 0 0.16 0.77 0.13 47.72 0.72 0.53
Hex DD BA 32 0 10 4D D 30 48 35
Octal 335 272 62 0 20 115 15 60 110 65
Binary 11011101 10111010 110010 0 10000 1001101 1101 110000 1001000 110101

Color Harmonies of #DDBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA32

Black with #DDBA32

Text Example


Text Example

White with #DDBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA32; }

 p { color: rgb(221,186,50); }

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

background-color css

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

 a { background-color: rgb(221,186,50); }

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

border-color css

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

 span { border-color: rgb(221,186,50); }

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