Html Css Color HEX #DDBA26 Gold Tips

📋 copy color: '#DDBA26'

red 221 ◦ green 186 ◦ blue 38

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

Shades of Gold Tips #DDBA26

Tints of Gold Tips #DDBA26

RGB

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

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

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

R = 49.66%
G = 41.8%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDBA26 (or 0xDDBA26) is known color: Gold Tips. HEX triplet: DD, BA and 26. RGB value is (221,186,38). Sum of RGB (Red+Green+Blue) = 221+186+38=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA26 is #2245D9. Grayscale: #B4B4B4. Windows color (decimal): -2246106 or 2538205. OLE color: 2538205.

HSL color Cylindrical-coordinate representation of color #DDBA26: hue angle of 48.52º 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 #DDBA26 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 38 -
CMYK 0 0.16 0.83 0.13
HSL 48.52º 0.73% 0.51% -
HSV(B) 48.52º 0.83% 0.87% -
XYZ 47.73 50.63 9.09 -
YUV 179.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 221 186 38 0 0.16 0.83 0.13 48.52 0.73 0.51
Hex DD BA 26 0 10 53 D 31 49 33
Octal 335 272 46 0 20 123 15 61 111 63
Binary 11011101 10111010 100110 0 10000 1010011 1101 110001 1001001 110011

Color Harmonies of #DDBA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA26

Black with #DDBA26

Text Example


Text Example

White with #DDBA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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