Html Css Color HEX #DDB323 Gold Tips

📋 copy color: '#DDB323'

red 221 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #DDB323

Tints of Gold Tips #DDB323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.05%

R = 50.8%
G = 41.15%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB323 (or 0xDDB323) is known color: Gold Tips. HEX triplet: DD, B3 and 23. RGB value is (221,179,35). Sum of RGB (Red+Green+Blue) = 221+179+35=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB323 is #224CDC. Grayscale: #AFAFAF. Windows color (decimal): -2247901 or 2339805. OLE color: 2339805.

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

Color convert

RGB 221 179 35 -
CMYK 0 0.19 0.84 0.13
HSL 46.45º 0.73% 0.5% -
HSV(B) 46.45º 0.84% 0.87% -
XYZ 46.24 47.73 8.37 -
YUV 175.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 221 179 35 0 0.19 0.84 0.13 46.45 0.73 0.5
Hex DD B3 23 0 13 54 D 2E 49 32
Octal 335 263 43 0 23 124 15 56 111 62
Binary 11011101 10110011 100011 0 10011 1010100 1101 101110 1001001 110010

Color Harmonies of #DDB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB323

Black with #DDB323

Text Example


Text Example

White with #DDB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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