#DDB01C

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

Shades of Gold Tips #DDB01C

Tints of Gold Tips #DDB01C

Color information

#DDB01C (or 0xDDB01C) is unknown color: approx Gold Tips. HEX triplet: DD, B0 and 1C. RGB value is (221,176,28). Sum of RGB (Red+Green+Blue) = 221+176+28=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB01C is #224FE3. Grayscale: #ADADAD. Windows color (decimal): -2248676 or 1880285. OLE color: 1880285.

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

Color convert

RGB22117628-
CMYK00.200.870.13
HSL46.01º77.51%48.82%-
HSV(B)46.01º87.33%86.67%-
XYZ45.5546.517.67-
YUV172.5846.41162.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 28 (11.33% from 255) = 6.59%
R=52%
G=41.41%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211762800.200.870.1346.0177.5148.82
HexDDB01C01457D2e4e31
Octal33526034024127155611661
Binary110111011011000011100010100101011111011011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB01C; }

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

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

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

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

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

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

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

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