#D6B623

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

Shades of Sunflower #D6B623

Tints of Sunflower #D6B623

Color information

#D6B623 (or 0xD6B623) is unknown color: approx Sunflower. HEX triplet: D6, B6 and 23. RGB value is (214,182,35). Sum of RGB (Red+Green+Blue) = 214+182+35=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B623 is #2949DC. Grayscale: #AFAFAF. Windows color (decimal): -2705885 or 2340566. OLE color: 2340566.

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

Color convert

RGB21418235-
CMYK00.150.840.16
HSL49.27º71.89%48.82%-
HSV(B)49.27º83.64%83.92%-
XYZ44.7647.878.47-
YUV174.8149.1155.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 35 (14.06% from 255) = 8.12%
R=49.65%
G=42.23%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141823500.150.840.1649.2771.8948.82
HexD6B6230F5410314831
Octal32626643017124206111061
Binary1101011010110110100011011111010100100001100011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B623; }

 p { color: rgb(214,182,35); }

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

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

 a { background-color: rgb(214,182,35); }

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

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

 span { border-color: rgb(214,182,35); }

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