#D5B30E

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

Shades of Sunflower #D5B30E

Tints of Sunflower #D5B30E

Color information

#D5B30E (or 0xD5B30E) is unknown color: approx Sunflower. HEX triplet: D5, B3 and 0E. RGB value is (213,179,14). Sum of RGB (Red+Green+Blue) = 213+179+14=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B30E is #2A4CF1. Grayscale: #ABABAB. Windows color (decimal): -2772210 or 963541. OLE color: 963541.

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

Color convert

RGB21317914-
CMYK00.160.930.16
HSL49.75º87.67%44.51%-
HSV(B)49.75º93.43%83.53%-
XYZ43.6446.427.07-
YUV170.3639.76158.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 14 (5.86% from 255) = 3.45%
R=52.46%
G=44.09%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131791400.160.930.1649.7587.6744.51
HexD5B3E0105D1032582d
Octal32526316020135206213055
Binary110101011011001111100100001011101100001100101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B30E; }

 p { color: rgb(213,179,14); }

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

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

 a { background-color: rgb(213,179,14); }

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

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

 span { border-color: rgb(213,179,14); }

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