#D69026

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

Shades of Buttercup #D69026

Tints of Buttercup #D69026

Color information

#D69026 (or 0xD69026) is unknown color: approx Buttercup. HEX triplet: D6, 90 and 26. RGB value is (214,144,38). Sum of RGB (Red+Green+Blue) = 214+144+38=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D69026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69026 is #296FD9. Grayscale: #999999. Windows color (decimal): -2715610 or 2527446. OLE color: 2527446.

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

Color convert

RGB21414438-
CMYK00.330.820.16
HSL36.14º69.84%49.41%-
HSV(B)36.14º82.24%83.92%-
XYZ38.0534.386.46-
YUV152.8563.19171.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.04%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 38 (15.23% from 255) = 9.60%
R=54.04%
G=36.36%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141443800.330.820.1636.1469.8449.41
HexD690260215210244631
Octal32622046041122204410661
Binary110101101001000010011001000011010010100001001001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69026; }

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

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

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

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

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

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

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

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