#D7AE0D

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

Shades of Sunflower #D7AE0D

Tints of Sunflower #D7AE0D

Color information

#D7AE0D (or 0xD7AE0D) is unknown color: approx Sunflower. HEX triplet: D7, AE and 0D. RGB value is (215,174,13). Sum of RGB (Red+Green+Blue) = 215+174+13=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AE0D is #2851F2. Grayscale: #A8A8A8. Windows color (decimal): -2642419 or 896727. OLE color: 896727.

HSL color Cylindrical-coordinate representation of color #D7AE0D: hue angle of 47.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7AE0D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB21517413-
CMYK00.190.940.16
HSL47.82º88.6%44.71%-
HSV(B)47.82º93.95%84.31%-
XYZ43.2344.756.74-
YUV167.940.58161.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 13 (5.47% from 255) = 3.23%
R=53.48%
G=43.28%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151741300.190.940.1647.8288.644.71
HexD7AED0135E1030592d
Octal32725615023136206013155
Binary110101111010111011010100111011110100001100001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE0D; }

 p { color: rgb(215,174,13); }

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

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

 a { background-color: rgb(215,174,13); }

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

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

 span { border-color: rgb(215,174,13); }

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