#D68819

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

Shades of Buttercup #D68819

Tints of Buttercup #D68819

Color information

#D68819 (or 0xD68819) is unknown color: approx Buttercup. HEX triplet: D6, 88 and 19. RGB value is (214,136,25). Sum of RGB (Red+Green+Blue) = 214+136+25=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D68819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68819 is #2977E6. Grayscale: #939393. Windows color (decimal): -2717671 or 1673430. OLE color: 1673430.

HSL color Cylindrical-coordinate representation of color #D68819: hue angle of 35.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D68819 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21413625-
CMYK00.360.880.16
HSL35.24º79.08%46.86%-
HSV(B)35.24º88.32%83.92%-
XYZ36.7131.975.16-
YUV146.6759.34176.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.07%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 25 (10.16% from 255) = 6.67%
R=57.07%
G=36.27%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141362500.360.880.1635.2479.0846.86
HexD688190245810234f2f
Octal32621031044130204311757
Binary11010110100010001100101001001011000100001000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68819; }

 p { color: rgb(214,136,25); }

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

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

 a { background-color: rgb(214,136,25); }

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

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

 span { border-color: rgb(214,136,25); }

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