#D6B825

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

Shades of Sunflower #D6B825

Tints of Sunflower #D6B825

Color information

#D6B825 (or 0xD6B825) is unknown color: approx Sunflower. HEX triplet: D6, B8 and 25. RGB value is (214,184,37). Sum of RGB (Red+Green+Blue) = 214+184+37=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B825 is #2947DA. Grayscale: #B0B0B0. Windows color (decimal): -2705371 or 2472150. OLE color: 2472150.

HSL color Cylindrical-coordinate representation of color #D6B825: hue angle of 49.83º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6B825 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21418437-
CMYK00.140.830.16
HSL49.83º70.52%49.22%-
HSV(B)49.83º82.71%83.92%-
XYZ45.2148.718.77-
YUV176.2149.44154.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 37 (14.84% from 255) = 8.51%
R=49.20%
G=42.30%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141843700.140.830.1649.8370.5249.22
HexD6B8250E5310324731
Octal32627045016123206210761
Binary1101011010111000100101011101010011100001100101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B825; }

 p { color: rgb(214,184,37); }

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

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

 a { background-color: rgb(214,184,37); }

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

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

 span { border-color: rgb(214,184,37); }

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