Html Css Color HEX #DDB122 Gold Tips

📋 copy color: '#DDB122'

red 221 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #DDB122

Tints of Gold Tips #DDB122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.97%

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

R = 51.16%
G = 40.97%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB122 (or 0xDDB122) is known color: Gold Tips. HEX triplet: DD, B1 and 22. RGB value is (221,177,34). Sum of RGB (Red+Green+Blue) = 221+177+34=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB122 is #224EDD. Grayscale: #AEAEAE. Windows color (decimal): -2248414 or 2273757. OLE color: 2273757.

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

Color convert

RGB 221 177 34 -
CMYK 0 0.20 0.85 0.13
HSL 45.88º 0.73% 0.5% -
HSV(B) 45.88º 0.85% 0.87% -
XYZ 45.83 46.93 8.16 -
YUV 173.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 221 177 34 0 0.20 0.85 0.13 45.88 0.73 0.5
Hex DD B1 22 0 14 55 D 2E 49 32
Octal 335 261 42 0 24 125 15 56 111 62
Binary 11011101 10110001 100010 0 10100 1010101 1101 101110 1001001 110010

Color Harmonies of #DDB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB122

Black with #DDB122

Text Example


Text Example

White with #DDB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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