#D68D2A

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

Shades of Buttercup #D68D2A

Tints of Buttercup #D68D2A

Color information

#D68D2A (or 0xD68D2A) is unknown color: approx Buttercup. HEX triplet: D6, 8D and 2A. RGB value is (214,141,42). Sum of RGB (Red+Green+Blue) = 214+141+42=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D2A is #2972D5. Grayscale: #989898. Windows color (decimal): -2716374 or 2788822. OLE color: 2788822.

HSL color Cylindrical-coordinate representation of color #D68D2A: hue angle of 34.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D68D2A is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21414142-
CMYK00.340.800.16
HSL34.53º67.72%50.2%-
HSV(B)34.53º80.37%83.92%-
XYZ37.6733.516.67-
YUV151.5466.18172.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 42 (16.80% from 255) = 10.58%
R=53.90%
G=35.52%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141414200.340.800.1634.5367.7250.2
HexD68D2A0225010234432
Octal32621552042120204310462
Binary110101101000110110101001000101010000100001000111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D2A; }

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

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

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

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

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

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

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

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