#D68925

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

Shades of Buttercup #D68925

Tints of Buttercup #D68925

Color information

#D68925 (or 0xD68925) is unknown color: approx Buttercup. HEX triplet: D6, 89 and 25. RGB value is (214,137,37). Sum of RGB (Red+Green+Blue) = 214+137+37=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D68925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68925 is #2976DA. Grayscale: #959595. Windows color (decimal): -2717403 or 2460118. OLE color: 2460118.

HSL color Cylindrical-coordinate representation of color #D68925: hue angle of 33.9º 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 #D68925 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21413737-
CMYK00.360.830.16
HSL33.9º70.52%49.22%-
HSV(B)33.9º82.71%83.92%-
XYZ37.0132.326.04-
YUV148.6265.01174.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.15%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 37 (14.84% from 255) = 9.54%
R=55.15%
G=35.31%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141373700.360.830.1633.970.5249.22
HexD689250245310224731
Octal32621145044123204210761
Binary110101101000100110010101001001010011100001000101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68925; }

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

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

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

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

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

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

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

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