Html Css Color HEX #DDB026 Gold Tips

📋 copy color: '#DDB026'

red 221 ◦ green 176 ◦ blue 38

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

Shades of Gold Tips #DDB026

Tints of Gold Tips #DDB026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.74%

R = 50.8%
G = 40.46%
B = 8.74%

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

#DDB026 (or 0xDDB026) is known color: Gold Tips. HEX triplet: DD, B0 and 26. RGB value is (221,176,38). Sum of RGB (Red+Green+Blue) = 221+176+38=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB026 is #224FD9. Grayscale: #AEAEAE. Windows color (decimal): -2248666 or 2535645. OLE color: 2535645.

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

Color convert

RGB 221 176 38 -
CMYK 0 0.20 0.83 0.13
HSL 45.25º 0.73% 0.51% -
HSV(B) 45.25º 0.83% 0.87% -
XYZ 45.69 46.56 8.41 -
YUV 173.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 221 176 38 0 0.20 0.83 0.13 45.25 0.73 0.51
Hex DD B0 26 0 14 53 D 2D 49 33
Octal 335 260 46 0 24 123 15 55 111 63
Binary 11011101 10110000 100110 0 10100 1010011 1101 101101 1001001 110011

Color Harmonies of #DDB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB026

Black with #DDB026

Text Example


Text Example

White with #DDB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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