#D7B61E

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

Shades of Sunflower #D7B61E

Tints of Sunflower #D7B61E

Color information

#D7B61E (or 0xD7B61E) is unknown color: approx Sunflower. HEX triplet: D7, B6 and 1E. RGB value is (215,182,30). Sum of RGB (Red+Green+Blue) = 215+182+30=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B61E is #2849E1. Grayscale: #AFAFAF. Windows color (decimal): -2640354 or 2012887. OLE color: 2012887.

HSL color Cylindrical-coordinate representation of color #D7B61E: hue angle of 49.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7B61E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21518230-
CMYK00.150.860.16
HSL49.3º75.51%48.04%-
HSV(B)49.3º86.05%84.31%-
XYZ44.99488.12-
YUV174.5446.43156.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.35%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 30 (12.11% from 255) = 7.03%
R=50.35%
G=42.62%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151823000.150.860.1649.375.5148.04
HexD7B61E0F5610314c30
Octal32726636017126206111460
Binary110101111011011011110011111010110100001100011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B61E; }

 p { color: rgb(215,182,30); }

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

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

 a { background-color: rgb(215,182,30); }

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

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

 span { border-color: rgb(215,182,30); }

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