Html Css Color HEX #DDB125 Gold Tips

📋 copy color: '#DDB125'

red 221 ◦ green 177 ◦ blue 37

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

Shades of Gold Tips #DDB125

Tints of Gold Tips #DDB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 50.8%
G = 40.69%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDB125 (or 0xDDB125) is known color: Gold Tips. HEX triplet: DD, B1 and 25. RGB value is (221,177,37). Sum of RGB (Red+Green+Blue) = 221+177+37=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB125 is #224EDA. Grayscale: #AEAEAE. Windows color (decimal): -2248411 or 2470365. OLE color: 2470365.

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

Color convert

RGB 221 177 37 -
CMYK 0 0.20 0.83 0.13
HSL 45.65º 0.73% 0.51% -
HSV(B) 45.65º 0.83% 0.87% -
XYZ 45.87 46.95 8.39 -
YUV 174.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 221 177 37 0 0.20 0.83 0.13 45.65 0.73 0.51
Hex DD B1 25 0 14 53 D 2E 49 33
Octal 335 261 45 0 24 123 15 56 111 63
Binary 11011101 10110001 100101 0 10100 1010011 1101 101110 1001001 110011

Color Harmonies of #DDB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB125

Black with #DDB125

Text Example


Text Example

White with #DDB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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