#d8ae0a

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

Shades of Sunflower #D8AE0A

Tints of Sunflower #D8AE0A

Color information

#D8AE0A (or 0xD8AE0A) is unknown color: approx Sunflower. HEX triplet: D8, AE and 0A. RGB value is (216,174,10). Sum of RGB (Red+Green+Blue) = 216+174+10=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AE0A is #2751F5. Grayscale: #A8A8A8. Windows color (decimal): -2576886 or 700120. OLE color: 700120.

HSL color Cylindrical-coordinate representation of color #D8AE0A: hue angle of 47.77º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8AE0A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB21617410-
CMYK00.190.950.15
HSL47.77º91.15%44.31%-
HSV(B)47.77º95.37%84.71%-
XYZ43.5144.896.66-
YUV167.8638.91162.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 10 (4.30% from 255) = 2.5%
R=54%
G=43.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161741000.190.950.1547.7791.1544.31
HexD8AEA0135FF305b2c
Octal33025612023137176013354
Binary11011000101011101010010011101111111111100001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8ae0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8ae0a; }

 p { color: rgb(216,174,10); }

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

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

 a { background-color: rgb(216,174,10); }

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

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

 span { border-color: rgb(216,174,10); }

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