#D7912A

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

Shades of Buttercup #D7912A

Tints of Buttercup #D7912A

Color information

#D7912A (or 0xD7912A) is unknown color: approx Buttercup. HEX triplet: D7, 91 and 2A. RGB value is (215,145,42). Sum of RGB (Red+Green+Blue) = 215+145+42=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7912A is #286ED5. Grayscale: #9A9A9A. Windows color (decimal): -2649814 or 2789847. OLE color: 2789847.

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

Color convert

RGB21514542-
CMYK00.330.800.16
HSL35.72º68.38%50.39%-
HSV(B)35.72º80.47%84.31%-
XYZ38.5734.876.89-
YUV154.1964.69171.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 42 (16.80% from 255) = 10.45%
R=53.48%
G=36.07%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151454200.330.800.1635.7268.3850.39
HexD7912A0215010244432
Octal32722152041120204410462
Binary110101111001000110101001000011010000100001001001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7912A; }

 p { color: rgb(215,145,42); }

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

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

 a { background-color: rgb(215,145,42); }

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

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

 span { border-color: rgb(215,145,42); }

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