#DD901A

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

Shades of Buttercup #DD901A

Tints of Buttercup #DD901A

Color information

#DD901A (or 0xDD901A) is unknown color: approx Buttercup. HEX triplet: DD, 90 and 1A. RGB value is (221,144,26). Sum of RGB (Red+Green+Blue) = 221+144+26=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD901A is #226FE5. Grayscale: #9A9A9A. Windows color (decimal): -2256870 or 1741021. OLE color: 1741021.

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

Color convert

RGB22114426-
CMYK00.350.880.13
HSL36.31º78.95%48.43%-
HSV(B)36.31º88.24%86.67%-
XYZ39.9835.395.7-
YUV153.5756.01176.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 26 (10.55% from 255) = 6.65%
R=56.52%
G=36.83%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211442600.350.880.1336.3178.9548.43
HexDD901A02358D244f30
Octal33522032043130154411760
Binary1101110110010000110100100011101100011011001001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD901A; }

 p { color: rgb(221,144,26); }

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

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

 a { background-color: rgb(221,144,26); }

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

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

 span { border-color: rgb(221,144,26); }

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