#DDB42E

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

Shades of Gold Tips #DDB42E

Tints of Gold Tips #DDB42E

Color information

#DDB42E (or 0xDDB42E) is unknown color: approx Gold Tips. HEX triplet: DD, B4 and 2E. RGB value is (221,180,46). Sum of RGB (Red+Green+Blue) = 221+180+46=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB42E is #224BD1. Grayscale: #B1B1B1. Windows color (decimal): -2247634 or 3060957. OLE color: 3060957.

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

Color convert

RGB22118046-
CMYK00.190.790.13
HSL45.94º72.02%52.35%-
HSV(B)45.94º79.19%86.67%-
XYZ46.6348.219.43-
YUV176.9854.08159.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 46 (18.36% from 255) = 10.29%
R=49.44%
G=40.27%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211804600.190.790.1345.9472.0252.35
HexDDB42E0134FD2e4834
Octal33526456023117155611064
Binary1101110110110100101110010011100111111011011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB42E; }

 p { color: rgb(221,180,46); }

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

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

 a { background-color: rgb(221,180,46); }

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

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

 span { border-color: rgb(221,180,46); }

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