Html Css Color HEX #DDB622 Gold Tips

📋 copy color: '#DDB622'

red 221 ◦ green 182 ◦ blue 34

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

Shades of Gold Tips #DDB622

Tints of Gold Tips #DDB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

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

R = 50.57%
G = 41.65%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB622 (or 0xDDB622) is known color: Gold Tips. HEX triplet: DD, B6 and 22. RGB value is (221,182,34). Sum of RGB (Red+Green+Blue) = 221+182+34=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB622 is #2249DD. Grayscale: #B1B1B1. Windows color (decimal): -2247134 or 2275037. OLE color: 2275037.

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

Color convert

RGB 221 182 34 -
CMYK 0 0.18 0.85 0.13
HSL 47.49º 0.73% 0.5% -
HSV(B) 47.49º 0.85% 0.87% -
XYZ 46.84 48.94 8.49 -
YUV 176.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 221 182 34 0 0.18 0.85 0.13 47.49 0.73 0.5
Hex DD B6 22 0 12 55 D 2F 49 32
Octal 335 266 42 0 22 125 15 57 111 62
Binary 11011101 10110110 100010 0 10010 1010101 1101 101111 1001001 110010

Color Harmonies of #DDB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB622

Black with #DDB622

Text Example


Text Example

White with #DDB622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB622; }

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

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

background-color css

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

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

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

border-color css

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

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

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