Html Css Color HEX #DDB722 Gold Tips

📋 copy color: '#DDB722'

red 221 ◦ green 183 ◦ blue 34

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

Shades of Gold Tips #DDB722

Tints of Gold Tips #DDB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

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

R = 50.46%
G = 41.78%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB722 (or 0xDDB722) is known color: Gold Tips. HEX triplet: DD, B7 and 22. RGB value is (221,183,34). Sum of RGB (Red+Green+Blue) = 221+183+34=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB722 is #2248DD. Grayscale: #B2B2B2. Windows color (decimal): -2246878 or 2275293. OLE color: 2275293.

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

Color convert

RGB 221 183 34 -
CMYK 0 0.17 0.85 0.13
HSL 47.81º 0.73% 0.5% -
HSV(B) 47.81º 0.85% 0.87% -
XYZ 47.04 49.35 8.56 -
YUV 177.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 221 183 34 0 0.17 0.85 0.13 47.81 0.73 0.5
Hex DD B7 22 0 11 55 D 30 49 32
Octal 335 267 42 0 21 125 15 60 111 62
Binary 11011101 10110111 100010 0 10001 1010101 1101 110000 1001001 110010

Color Harmonies of #DDB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB722

Black with #DDB722

Text Example


Text Example

White with #DDB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB722; }

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

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

background-color css

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

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

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

border-color css

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

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

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