Html Css Color HEX #DDBB32 Gold Tips

📋 copy color: '#DDBB32'

red 221 ◦ green 187 ◦ blue 50

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

Shades of Gold Tips #DDBB32

Tints of Gold Tips #DDBB32

RGB

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

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

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

R = 48.25%
G = 40.83%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDBB32 (or 0xDDBB32) is known color: Gold Tips. HEX triplet: DD, BB and 32. RGB value is (221,187,50). Sum of RGB (Red+Green+Blue) = 221+187+50=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB32 is #2244CD. Grayscale: #B6B6B6. Windows color (decimal): -2245838 or 3324893. OLE color: 3324893.

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

Color convert

RGB 221 187 50 -
CMYK 0 0.15 0.77 0.13
HSL 48.07º 0.72% 0.53% -
HSV(B) 48.07º 0.77% 0.87% -
XYZ 48.16 51.14 10.35 -
YUV 181.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 221 187 50 0 0.15 0.77 0.13 48.07 0.72 0.53
Hex DD BB 32 0 F 4D D 30 48 35
Octal 335 273 62 0 17 115 15 60 110 65
Binary 11011101 10111011 110010 0 1111 1001101 1101 110000 1001000 110101

Color Harmonies of #DDBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB32

Black with #DDBB32

Text Example


Text Example

White with #DDBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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