Html Css Color HEX #DDBB29 Gold Tips

📋 copy color: '#DDBB29'

red 221 ◦ green 187 ◦ blue 41

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

Shades of Gold Tips #DDBB29

Tints of Gold Tips #DDBB29

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 41 (16.41% from 255) = 9.13%

R = 49.22%
G = 41.65%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDBB29 (or 0xDDBB29) is known color: Gold Tips. HEX triplet: DD, BB and 29. RGB value is (221,187,41). Sum of RGB (Red+Green+Blue) = 221+187+41=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB29 is #2244D6. Grayscale: #B5B5B5. Windows color (decimal): -2245847 or 2735069. OLE color: 2735069.

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

Color convert

RGB 221 187 41 -
CMYK 0 0.15 0.81 0.13
HSL 48.67º 0.73% 0.51% -
HSV(B) 48.67º 0.81% 0.87% -
XYZ 47.99 51.07 9.43 -
YUV 180.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 221 187 41 0 0.15 0.81 0.13 48.67 0.73 0.51
Hex DD BB 29 0 F 51 D 31 49 33
Octal 335 273 51 0 17 121 15 61 111 63
Binary 11011101 10111011 101001 0 1111 1010001 1101 110001 1001001 110011

Color Harmonies of #DDBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB29

Black with #DDBB29

Text Example


Text Example

White with #DDBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB29; }

 p { color: rgb(221,187,41); }

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

background-color css

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

 a { background-color: rgb(221,187,41); }

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

border-color css

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

 span { border-color: rgb(221,187,41); }

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