#D48E1D

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

Shades of Buttercup #D48E1D

Tints of Buttercup #D48E1D

Color information

#D48E1D (or 0xD48E1D) is unknown color: approx Buttercup. HEX triplet: D4, 8E and 1D. RGB value is (212,142,29). Sum of RGB (Red+Green+Blue) = 212+142+29=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E1D is #2B71E2. Grayscale: #969696. Windows color (decimal): -2847203 or 1937108. OLE color: 1937108.

HSL color Cylindrical-coordinate representation of color #D48E1D: hue angle of 37.05º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D48E1D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB21214229-
CMYK00.330.860.17
HSL37.05º75.93%47.25%-
HSV(B)37.05º86.32%83.14%-
XYZ37.0533.435.66-
YUV150.0559.69172.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 29 (11.72% from 255) = 7.57%
R=55.35%
G=37.08%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121422900.330.860.1737.0575.9347.25
HexD48E1D0215611254c2f
Octal32421635041126214511457
Binary11010100100011101110101000011010110100011001011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E1D; }

 p { color: rgb(212,142,29); }

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

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

 a { background-color: rgb(212,142,29); }

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

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

 span { border-color: rgb(212,142,29); }

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