#D69E2A

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

Shades of Buttercup #D69E2A

Tints of Buttercup #D69E2A

Color information

#D69E2A (or 0xD69E2A) is unknown color: approx Buttercup. HEX triplet: D6, 9E and 2A. RGB value is (214,158,42). Sum of RGB (Red+Green+Blue) = 214+158+42=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E2A is #2961D5. Grayscale: #A2A2A2. Windows color (decimal): -2712022 or 2793174. OLE color: 2793174.

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

Color convert

RGB21415842-
CMYK00.260.800.16
HSL40.47º67.72%50.2%-
HSV(B)40.47º80.37%83.92%-
XYZ40.3838.927.57-
YUV161.5260.55165.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 42 (16.80% from 255) = 10.14%
R=51.69%
G=38.16%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141584200.260.800.1640.4767.7250.2
HexD69E2A01A5010284432
Octal32623652032120205010462
Binary11010110100111101010100110101010000100001010001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E2A; }

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

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

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

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

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

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

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

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