#D68D1B

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

Shades of Buttercup #D68D1B

Tints of Buttercup #D68D1B

Color information

#D68D1B (or 0xD68D1B) is unknown color: approx Buttercup. HEX triplet: D6, 8D and 1B. RGB value is (214,141,27). Sum of RGB (Red+Green+Blue) = 214+141+27=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D1B is #2972E4. Grayscale: #969696. Windows color (decimal): -2716389 or 1805782. OLE color: 1805782.

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

Color convert

RGB21414127-
CMYK00.340.870.16
HSL36.58º77.59%47.25%-
HSV(B)36.58º87.38%83.92%-
XYZ37.4533.435.51-
YUV149.8358.68173.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 27 (10.94% from 255) = 7.07%
R=56.02%
G=36.91%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141412700.340.870.1636.5877.5947.25
HexD68D1B0225710254e2f
Octal32621533042127204511657
Binary11010110100011011101101000101010111100001001011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D1B; }

 p { color: rgb(214,141,27); }

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

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

 a { background-color: rgb(214,141,27); }

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

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

 span { border-color: rgb(214,141,27); }

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