Html Css Color HEX #DDB325 Gold Tips

📋 copy color: '#DDB325'

red 221 ◦ green 179 ◦ blue 37

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

Shades of Gold Tips #DDB325

Tints of Gold Tips #DDB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.47%

R = 50.57%
G = 40.96%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDB325 (or 0xDDB325) is known color: Gold Tips. HEX triplet: DD, B3 and 25. RGB value is (221,179,37). Sum of RGB (Red+Green+Blue) = 221+179+37=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB325 is #224CDA. Grayscale: #AFAFAF. Windows color (decimal): -2247899 or 2470877. OLE color: 2470877.

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

Color convert

RGB 221 179 37 -
CMYK 0 0.19 0.83 0.13
HSL 46.3º 0.73% 0.51% -
HSV(B) 46.3º 0.83% 0.87% -
XYZ 46.27 47.75 8.53 -
YUV 175.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 221 179 37 0 0.19 0.83 0.13 46.3 0.73 0.51
Hex DD B3 25 0 13 53 D 2E 49 33
Octal 335 263 45 0 23 123 15 56 111 63
Binary 11011101 10110011 100101 0 10011 1010011 1101 101110 1001001 110011

Color Harmonies of #DDB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB325

Black with #DDB325

Text Example


Text Example

White with #DDB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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