#DDB21E

Color #DDB21E Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DDB21E

Tints of Gold Tips #DDB21E

Color information

#DDB21E (or 0xDDB21E) is unknown color: approx Gold Tips. HEX triplet: DD, B2 and 1E. RGB value is (221,178,30). Sum of RGB (Red+Green+Blue) = 221+178+30=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21E is #224DE1. Grayscale: #AEAEAE. Windows color (decimal): -2248162 or 2011869. OLE color: 2011869.

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

Color convert

RGB22117830-
CMYK00.190.860.13
HSL46.49º76.1%49.22%-
HSV(B)46.49º86.43%86.67%-
XYZ45.9747.317.94-
YUV173.9846.75161.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 30 (12.11% from 255) = 6.99%
R=51.52%
G=41.49%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211783000.190.860.1346.4976.149.22
HexDDB21E01356D2e4c31
Octal33526236023126155611461
Binary110111011011001011110010011101011011011011101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB21E; }

 p { color: rgb(221,178,30); }

 H1.HeaderClassName
 {
   color: #DDB21E;
 }
 .AnyTagClassName
 {
   color: #DDB21E;
 }
</style>
background-color css

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

 a { background-color: rgb(221,178,30); }

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

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

 span { border-color: rgb(221,178,30); }

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