Html Css Color HEX #DDB322 Gold Tips

📋 copy color: '#DDB322'

red 221 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #DDB322

Tints of Gold Tips #DDB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 50.92%
G = 41.24%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB322 (or 0xDDB322) is known color: Gold Tips. HEX triplet: DD, B3 and 22. RGB value is (221,179,34). Sum of RGB (Red+Green+Blue) = 221+179+34=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB322 is #224CDD. Grayscale: #AFAFAF. Windows color (decimal): -2247902 or 2274269. OLE color: 2274269.

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

Color convert

RGB 221 179 34 -
CMYK 0 0.19 0.85 0.13
HSL 46.52º 0.73% 0.5% -
HSV(B) 46.52º 0.85% 0.87% -
XYZ 46.23 47.73 8.29 -
YUV 175.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 221 179 34 0 0.19 0.85 0.13 46.52 0.73 0.5
Hex DD B3 22 0 13 55 D 2F 49 32
Octal 335 263 42 0 23 125 15 57 111 62
Binary 11011101 10110011 100010 0 10011 1010101 1101 101111 1001001 110010

Color Harmonies of #DDB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB322

Black with #DDB322

Text Example


Text Example

White with #DDB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB322; }

 p { color: rgb(221,179,34); }

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

background-color css

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

 a { background-color: rgb(221,179,34); }

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

border-color css

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

 span { border-color: rgb(221,179,34); }

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