#D68A19

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

Shades of Buttercup #D68A19

Tints of Buttercup #D68A19

Color information

#D68A19 (or 0xD68A19) is unknown color: approx Buttercup. HEX triplet: D6, 8A and 19. RGB value is (214,138,25). Sum of RGB (Red+Green+Blue) = 214+138+25=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A19 is #2975E6. Grayscale: #949494. Windows color (decimal): -2717159 or 1673942. OLE color: 1673942.

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

Color convert

RGB21413825-
CMYK00.360.880.16
HSL35.87º79.08%46.86%-
HSV(B)35.87º88.32%83.92%-
XYZ3732.545.25-
YUV147.8458.68175.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 25 (10.16% from 255) = 6.63%
R=56.76%
G=36.60%
B=6.63%

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
Decimal2141382500.360.880.1635.8779.0846.86
HexD68A190245810244f2f
Octal32621231044130204411757
Binary11010110100010101100101001001011000100001001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A19; }

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

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

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

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

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

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

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

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