#D5981E

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

Shades of Buttercup #D5981E

Tints of Buttercup #D5981E

Color information

#D5981E (or 0xD5981E) is unknown color: approx Buttercup. HEX triplet: D5, 98 and 1E. RGB value is (213,152,30). Sum of RGB (Red+Green+Blue) = 213+152+30=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5981E is #2A67E1. Grayscale: #9C9C9C. Windows color (decimal): -2779106 or 2005205. OLE color: 2005205.

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

Color convert

RGB21315230-
CMYK00.290.860.16
HSL40º75.31%47.65%-
HSV(B)40º85.92%83.53%-
XYZ38.936.76.26-
YUV156.3356.71168.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 30 (12.11% from 255) = 7.59%
R=53.92%
G=38.48%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131523000.290.860.164075.3147.65
HexD5981E01D5610284b30
Octal32523036035126205011360
Binary1101010110011000111100111011010110100001010001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5981E; }

 p { color: rgb(213,152,30); }

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

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

 a { background-color: rgb(213,152,30); }

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

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

 span { border-color: rgb(213,152,30); }

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