Html Css Color HEX #DDB024 Gold Tips

📋 copy color: '#DDB024'

red 221 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #DDB024

Tints of Gold Tips #DDB024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 36 (14.45% from 255) = 8.31%

R = 51.04%
G = 40.65%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB024 (or 0xDDB024) is known color: Gold Tips. HEX triplet: DD, B0 and 24. RGB value is (221,176,36). Sum of RGB (Red+Green+Blue) = 221+176+36=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB024 is #224FDB. Grayscale: #AEAEAE. Windows color (decimal): -2248668 or 2404573. OLE color: 2404573.

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

Color convert

RGB 221 176 36 -
CMYK 0 0.20 0.84 0.13
HSL 45.41º 0.73% 0.5% -
HSV(B) 45.41º 0.84% 0.87% -
XYZ 45.66 46.55 8.25 -
YUV 173.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 221 176 36 0 0.20 0.84 0.13 45.41 0.73 0.5
Hex DD B0 24 0 14 54 D 2D 49 32
Octal 335 260 44 0 24 124 15 55 111 62
Binary 11011101 10110000 100100 0 10100 1010100 1101 101101 1001001 110010

Color Harmonies of #DDB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB024

Black with #DDB024

Text Example


Text Example

White with #DDB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB024; }

 p { color: rgb(221,176,36); }

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

background-color css

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

 a { background-color: rgb(221,176,36); }

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

border-color css

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

 span { border-color: rgb(221,176,36); }

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