Html Css Color HEX #DDBA28 Gold Tips

📋 copy color: '#DDBA28'

red 221 ◦ green 186 ◦ blue 40

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

Shades of Gold Tips #DDBA28

Tints of Gold Tips #DDBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 49.44%
G = 41.61%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDBA28 (or 0xDDBA28) is known color: Gold Tips. HEX triplet: DD, BA and 28. RGB value is (221,186,40). Sum of RGB (Red+Green+Blue) = 221+186+40=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA28 is #2245D7. Grayscale: #B4B4B4. Windows color (decimal): -2246104 or 2669277. OLE color: 2669277.

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

Color convert

RGB 221 186 40 -
CMYK 0 0.16 0.82 0.13
HSL 48.4º 0.73% 0.51% -
HSV(B) 48.4º 0.82% 0.87% -
XYZ 47.76 50.64 9.27 -
YUV 179.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 221 186 40 0 0.16 0.82 0.13 48.4 0.73 0.51
Hex DD BA 28 0 10 52 D 30 49 33
Octal 335 272 50 0 20 122 15 60 111 63
Binary 11011101 10111010 101000 0 10000 1010010 1101 110000 1001001 110011

Color Harmonies of #DDBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA28

Black with #DDBA28

Text Example


Text Example

White with #DDBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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