#D69025

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

Shades of Buttercup #D69025

Tints of Buttercup #D69025

Color information

#D69025 (or 0xD69025) is unknown color: approx Buttercup. HEX triplet: D6, 90 and 25. RGB value is (214,144,37). Sum of RGB (Red+Green+Blue) = 214+144+37=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D69025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69025 is #296FDA. Grayscale: #999999. Windows color (decimal): -2715611 or 2461910. OLE color: 2461910.

HSL color Cylindrical-coordinate representation of color #D69025: hue angle of 36.27º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D69025 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21414437-
CMYK00.330.830.16
HSL36.27º70.52%49.22%-
HSV(B)36.27º82.71%83.92%-
XYZ38.0434.386.38-
YUV152.7362.69171.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 37 (14.84% from 255) = 9.37%
R=54.18%
G=36.46%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141443700.330.830.1636.2770.5249.22
HexD690250215310244731
Octal32622045041123204410761
Binary110101101001000010010101000011010011100001001001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69025; }

 p { color: rgb(214,144,37); }

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

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

 a { background-color: rgb(214,144,37); }

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

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

 span { border-color: rgb(214,144,37); }

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