#D68A1E

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

Shades of Buttercup #D68A1E

Tints of Buttercup #D68A1E

Color information

#D68A1E (or 0xD68A1E) is unknown color: approx Buttercup. HEX triplet: D6, 8A and 1E. RGB value is (214,138,30). Sum of RGB (Red+Green+Blue) = 214+138+30=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A1E is #2975E1. Grayscale: #949494. Windows color (decimal): -2717154 or 2001622. OLE color: 2001622.

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

Color convert

RGB21413830-
CMYK00.360.860.16
HSL35.22º75.41%47.84%-
HSV(B)35.22º85.98%83.92%-
XYZ37.0532.575.56-
YUV148.4161.18174.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 30 (12.11% from 255) = 7.85%
R=56.02%
G=36.13%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141383000.360.860.1635.2275.4147.84
HexD68A1E0245610234b30
Octal32621236044126204311360
Binary11010110100010101111001001001010110100001000111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A1E; }

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

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

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

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

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

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

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

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