#D59422

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

Shades of Buttercup #D59422

Tints of Buttercup #D59422

Color information

#D59422 (or 0xD59422) is unknown color: approx Buttercup. HEX triplet: D5, 94 and 22. RGB value is (213,148,34). Sum of RGB (Red+Green+Blue) = 213+148+34=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D59422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59422 is #2A6BDD. Grayscale: #9A9A9A. Windows color (decimal): -2780126 or 2266325. OLE color: 2266325.

HSL color Cylindrical-coordinate representation of color #D59422: hue angle of 38.21º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D59422 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB21314834-
CMYK00.310.840.16
HSL38.21º72.47%48.43%-
HSV(B)38.21º84.04%83.53%-
XYZ38.3235.446.33-
YUV154.4460.03169.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 34 (13.67% from 255) = 8.61%
R=53.92%
G=37.47%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131483400.310.840.1638.2172.4748.43
HexD5942201F5410264830
Octal32522442037124204611060
Binary11010101100101001000100111111010100100001001101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59422; }

 p { color: rgb(213,148,34); }

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

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

 a { background-color: rgb(213,148,34); }

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

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

 span { border-color: rgb(213,148,34); }

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