#D6B925

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

Shades of Sunflower #D6B925

Tints of Sunflower #D6B925

Color information

#D6B925 (or 0xD6B925) is unknown color: approx Sunflower. HEX triplet: D6, B9 and 25. RGB value is (214,185,37). Sum of RGB (Red+Green+Blue) = 214+185+37=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B925 is #2946DA. Grayscale: #B1B1B1. Windows color (decimal): -2705115 or 2472406. OLE color: 2472406.

HSL color Cylindrical-coordinate representation of color #D6B925: hue angle of 50.17º 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 #D6B925 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21418537-
CMYK00.140.830.16
HSL50.17º70.52%49.22%-
HSV(B)50.17º82.71%83.92%-
XYZ45.4149.138.84-
YUV176.849.11154.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 37 (14.84% from 255) = 8.49%
R=49.08%
G=42.43%
B=8.49%

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
Decimal2141853700.140.830.1650.1770.5249.22
HexD6B9250E5310324731
Octal32627145016123206210761
Binary1101011010111001100101011101010011100001100101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B925; }

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

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

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

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

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

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

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

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