Html Css Color HEX #DDB822 Gold Tips

📋 copy color: '#DDB822'

red 221 ◦ green 184 ◦ blue 34

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

Shades of Gold Tips #DDB822

Tints of Gold Tips #DDB822

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

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

R = 50.34%
G = 41.91%
B = 7.74%

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

#DDB822 (or 0xDDB822) is known color: Gold Tips. HEX triplet: DD, B8 and 22. RGB value is (221,184,34). Sum of RGB (Red+Green+Blue) = 221+184+34=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB822 is #2247DD. Grayscale: #B2B2B2. Windows color (decimal): -2246622 or 2275549. OLE color: 2275549.

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

Color convert

RGB 221 184 34 -
CMYK 0 0.17 0.85 0.13
HSL 48.13º 0.73% 0.5% -
HSV(B) 48.13º 0.85% 0.87% -
XYZ 47.25 49.77 8.63 -
YUV 177.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 221 184 34 0 0.17 0.85 0.13 48.13 0.73 0.5
Hex DD B8 22 0 11 55 D 30 49 32
Octal 335 270 42 0 21 125 15 60 111 62
Binary 11011101 10111000 100010 0 10001 1010101 1101 110000 1001001 110010

Color Harmonies of #DDB822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB822

Black with #DDB822

Text Example


Text Example

White with #DDB822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB822; }

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

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

background-color css

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

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

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

border-color css

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

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

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