#D68919

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

Shades of Buttercup #D68919

Tints of Buttercup #D68919

Color information

#D68919 (or 0xD68919) is unknown color: approx Buttercup. HEX triplet: D6, 89 and 19. RGB value is (214,137,25). Sum of RGB (Red+Green+Blue) = 214+137+25=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D68919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68919 is #2976E6. Grayscale: #939393. Windows color (decimal): -2717415 or 1673686. OLE color: 1673686.

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

Color convert

RGB21413725-
CMYK00.360.880.16
HSL35.56º79.08%46.86%-
HSV(B)35.56º88.32%83.92%-
XYZ36.8532.265.2-
YUV147.2659.01175.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 25 (10.16% from 255) = 6.65%
R=56.91%
G=36.44%
B=6.65%

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
Decimal2141372500.360.880.1635.5679.0846.86
HexD689190245810244f2f
Octal32621131044130204411757
Binary11010110100010011100101001001011000100001001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68919; }

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

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

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

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

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

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

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

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